From bb8186a07ec5bff64e908a531576866ed519024c Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sun, 18 Jan 2026 16:12:23 -0700 Subject: [PATCH] Change style to be more RVR appropriate. --- static/style.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/static/style.css b/static/style.css index 36145e5..6a7e149 100644 --- a/static/style.css +++ b/static/style.css @@ -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; +}