This commit is contained in:
Never Gude 2026-02-12 19:32:31 +01:00
parent f5ed3051e7
commit 08069302c0
2 changed files with 4 additions and 1 deletions

View file

@ -22,6 +22,10 @@
} }
} }
. {
background: var(--html-background);
}
html { html {
color: var(--foreground); color: var(--foreground);

View file

@ -22,7 +22,6 @@
} }
} }
html { html {
color: var(--foreground); color: var(--foreground);
background: var(--html-background); background: var(--html-background);