From 7cd323552a61028a344be0c7f9b8aaee81fc0035 Mon Sep 17 00:00:00 2001 From: CrispyPin Date: Mon, 15 Jul 2024 09:58:16 +0200 Subject: [PATCH] make text readable on browsers not supporting color-scheme css property --- site/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/site/style.css b/site/style.css index fa1aa50..a51d0b3 100644 --- a/site/style.css +++ b/site/style.css @@ -1,5 +1,6 @@ html { color-scheme: dark; + color: #fff; font-family: sans-serif; background-color: #111; }