Files
BetterSEQTA-Plus/src/css/injected/theme.scss
T
2025-05-05 18:04:10 +10:00

16 lines
337 B
SCSS

html.dark {
--background-primary: #232323;
--background-secondary: #1a1a1a;
--theme-primary: #232323;
--theme-secondary: #1a1a1a;
--text-primary: white;
}
html:not(.dark) {
--background-primary: #ffffff;
--background-secondary: #e5e7eb;
--theme-primary: #ffffff;
--theme-secondary: #e5e7eb;
--text-primary: black;
}