mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
11 lines
220 B
CSS
11 lines
220 B
CSS
html.dark {
|
|
--background-primary: #232323;
|
|
--background-secondary: #1a1a1a;
|
|
--text-primary: white;
|
|
}
|
|
|
|
html:not(.dark) {
|
|
--background-primary: #ffffff;
|
|
--background-secondary: #e5e7eb;
|
|
--text-primary: black;
|
|
} |