From 2f8937f692edaa5322322ce19076d380273658f7 Mon Sep 17 00:00:00 2001 From: Alejandro Date: Sun, 28 Jul 2024 20:18:53 -0600 Subject: modified: light theme --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index 17ee66e..88f3b95 100644 --- a/static/style.css +++ b/static/style.css @@ -1,8 +1,8 @@ body { font-family: sans-serif ; font-size: 16pt; - background: #110000 ; - color: #ccc ; + background: #fdfdfd; + color: #1d1d1d; } main { -- cgit v1.2.3