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