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