diff --git a/static/style.css b/static/style.css index 92b7c63..36145e5 100644 --- a/static/style.css +++ b/static/style.css @@ -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 */