Improve dark color scheme a bit

This commit is contained in:
Adrian Gruntkowski 2024-12-21 18:11:20 +01:00
parent a630938df9
commit e586e10345

View file

@ -25,6 +25,10 @@
--button-background: silver; --button-background: silver;
--inactive-color: lightgray; --inactive-color: lightgray;
} }
html {
color-scheme: dark;
}
} }
/* CSS reset */ /* CSS reset */