From 332b22bd3846bb4f647af31f2dee61ddcd46b974 Mon Sep 17 00:00:00 2001 From: Krazon <19371329+Krazon@users.noreply.github.com> Date: Sat, 2 Mar 2024 20:21:43 +0100 Subject: [PATCH] Update style.css --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index 99fea9a..0f1066f 100644 --- a/static/style.css +++ b/static/style.css @@ -1,7 +1,7 @@ body { font-family: sans-serif; - background: #110000; - color: #202020; + background: #202020; + color: #ccc; } main {