Change background from black to gray.

This commit is contained in:
2025-08-15 09:07:46 -07:00
parent de06cede62
commit 80a9872d56

View File

@@ -1,6 +1,6 @@
body { body {
font-family: sans-serif ; font-family: sans-serif ;
background: #110000 ; background: #333 ;
color: #ccc ; color: #ccc ;
} }
@@ -23,7 +23,7 @@ footer {
} }
a { a {
color: #cc6 color: #cc6
} }
/* For TAGLIST.HTML */ /* For TAGLIST.HTML */