tailwind: upgrade a17t, somewhat functional dark mode
instead of adding dark: variants to each element, a preprocessor script adds them. still needs to be implemented to typescript.
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ export const loadBuilds = () => {
|
||||
<span class="ml-half chev"></span>
|
||||
</span>
|
||||
<div class="dropdown-display above">
|
||||
<div class="card ~info !low">
|
||||
<div class="card ~info @low">
|
||||
`;
|
||||
for (let arch in categories[buildName]) {
|
||||
innerHTML += `
|
||||
|
||||
Reference in New Issue
Block a user