From 185f5161e1258018967aada584b42c3f0910780c Mon Sep 17 00:00:00 2001 From: Jonas Tobias Hopusch Date: Mon, 27 Sep 2021 13:39:14 +0200 Subject: [PATCH] Dark Mode: Switch to almost-black background --- static/css/general.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/general.css b/static/css/general.css index 5399729..62eca4d 100644 --- a/static/css/general.css +++ b/static/css/general.css @@ -114,7 +114,7 @@ td, th { @media (prefers-color-scheme: dark) { html { - background-color: black; + background-color: #111; color: white; }