Change style to be more RVR appropriate.

This commit is contained in:
2026-01-18 16:12:23 -07:00
parent 9fa4dbc092
commit bb8186a07e

View File

@@ -1,7 +1,7 @@
body {
font-family: sans-serif ;
background: #222 ;
color: #ccc ;
background: #ccc ;
color: #333 ;
}
main {
@@ -23,11 +23,11 @@ footer {
}
a {
color: #cc6 ;
color: #ca3 ;
}
h1,h2,h3,h4,h5,h6,b,strong {
color: #888 ;
color: #3c3 ;
}
/* For TAGLIST.HTML */
@@ -51,3 +51,7 @@ h1,h2,h3,h4,h5,h6,b,strong {
#nextart,#prevart {
max-width: 33% ;
}
body {
text-align: center;
}