mirror of
https://github.com/hrfee/jfa-go.git
synced 2026-01-18 16:47:42 +01:00
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,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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user