css color fix regarding legacy theming

This commit is contained in:
Til 2026-06-05 10:53:35 +02:00
parent 929b4d1ee4
commit 44e0b9ea7d
2 changed files with 1 additions and 1 deletions

View file

@ -1,6 +1,5 @@
:root {
color-scheme: dark;
color: #b9bdc1;
--transparent: transparent;
--font-mono: monospace;

View file

@ -34,6 +34,7 @@
--bgg: var(--bg);
background: var(--bg);
color: #b9bdc1;
color: var(--fg);
}
html.y {