From 00b8b2109b13a5f3f828e10499b3652d48e05f69 Mon Sep 17 00:00:00 2001 From: Kiril Kovachev Date: Mon, 21 Oct 2024 10:23:48 +0100 Subject: [PATCH] Remove unsightly greenness from dark theme --- kanken_online/static/dark_theme.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/kanken_online/static/dark_theme.css b/kanken_online/static/dark_theme.css index e541a38..373f732 100644 --- a/kanken_online/static/dark_theme.css +++ b/kanken_online/static/dark_theme.css @@ -1,3 +1,8 @@ body { - background: green; + background: black; + color: aliceblue; } + +html { + background-color: black; +} \ No newline at end of file