Update colors on style sheet.

This commit is contained in:
2025-08-15 12:03:21 -07:00
parent 234afe8812
commit 57f55109e7

View File

@@ -1,6 +1,6 @@
body { body {
font-family: sans-serif ; font-family: sans-serif ;
background: #333 ; background: #222 ;
color: #ccc ; color: #ccc ;
} }
@@ -23,7 +23,11 @@ footer {
} }
a { a {
color: #cc6 color: #cc6 ;
}
h1,h2,h3,h4,h5,h6,b,strong {
color: #888 ;
} }
/* For TAGLIST.HTML */ /* For TAGLIST.HTML */