Web: Prefer dark color scheme by default

So built-in browser widgets use dark colors
This commit is contained in:
Pablo Vazquez 2022-05-04 18:49:46 +02:00
parent 3a288bc1c1
commit 8f6ef5ae5e

View File

@ -42,6 +42,7 @@ html,
body {
background-color: #111;
color: var(--color-text);
color-scheme: dark;
font-size: var(--font-size-base);
height: 100vh;
margin: 0;