From 80a9872d56225a896cc13c930a6c997e1bb6241c Mon Sep 17 00:00:00 2001 From: Hyperling Date: Fri, 15 Aug 2025 09:07:46 -0700 Subject: [PATCH] Change background from black to gray. --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index ca7492e..92b7c63 100644 --- a/static/style.css +++ b/static/style.css @@ -1,6 +1,6 @@ body { font-family: sans-serif ; - background: #110000 ; + background: #333 ; color: #ccc ; } @@ -23,7 +23,7 @@ footer { } a { - color: #cc6 + color: #cc6 } /* For TAGLIST.HTML */