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; +}