From e586e103452d7a35ab987e46c82de9e84015538c Mon Sep 17 00:00:00 2001 From: Adrian Gruntkowski Date: Sat, 21 Dec 2024 18:11:20 +0100 Subject: [PATCH] Improve dark color scheme a bit --- priv/static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/priv/static/style.css b/priv/static/style.css index 01b3fb3..8b69cf1 100644 --- a/priv/static/style.css +++ b/priv/static/style.css @@ -25,6 +25,10 @@ --button-background: silver; --inactive-color: lightgray; } + + html { + color-scheme: dark; + } } /* CSS reset */