make text readable on browsers not supporting color-scheme css property

This commit is contained in:
Crispy 2024-07-15 09:58:16 +02:00
parent 8bc2b25452
commit 7cd323552a

View file

@ -1,5 +1,6 @@
html {
color-scheme: dark;
color: #fff;
font-family: sans-serif;
background-color: #111;
}