fix accidental color change

This commit is contained in:
Til Schmitter 2026-05-13 22:53:40 +02:00
parent d6793f0907
commit 8a7e8b79ca

View file

@ -33,8 +33,8 @@
--bgg: var(--bg);
background: #222;
color: #ccc;
background: var(--bg);
color: var(--fg);
}
html.y {
color-scheme: light;