[Theme] dark/light theme fix

This commit is contained in:
coja
2026-05-02 02:37:39 +02:00
parent e3330ad1bd
commit b6cfef830a
5 changed files with 42 additions and 11 deletions

View File

@@ -11,7 +11,7 @@
--bg: var(--light-bg);
}
body.dark {
html.dark {
--border: var(--dark-border);
--text: var(--dark-text);
--bg: var(--dark-bg);