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:
Harvey Tindall
2021-12-30 00:49:43 +00:00
parent 57e6469564
commit 18ae03554f
26 changed files with 2255 additions and 414 deletions

View File

@@ -1,4 +1,4 @@
.dark-theme {
.dark {
--settings-section-button-filter: 110%;
@@ -86,6 +86,6 @@
display: initial;
}
.dark-theme select option {
.dark select option {
background: #202020;
}