further tuning - swerc - anselm's simpler werc fork
 (HTM) git clone git://git.suckless.org/swerc
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit 0922c32f243a86076cb8d56ce5342c25a89ba0d0
 (DIR) parent a96b5c8af4d99eb18b7092204246b92d19b93d60
 (HTM) Author: garbeam@gmail.com <unknown>
       Date:   Sun, 25 Mar 2012 14:12:50 +0200
       
       further tuning
       Diffstat:
         M pub/darkstyle.css                   |       8 ++++----
       
       1 file changed, 4 insertions(+), 4 deletions(-)
       ---
 (DIR) diff --git a/pub/darkstyle.css b/pub/darkstyle.css
       @@ -1,5 +1,5 @@
        body {
       -        background-color: #000;
       +        background-color: #222;
                color: #fff;
                font-family: sans-serif;
                padding: 0;
       @@ -12,7 +12,7 @@ a {
        } 
        
        a:hover {
       -        background-color: #000;
       +        background-color: #222;
        }
        
        #menu {
       @@ -80,14 +80,14 @@ h4 {
                clear: both;
                margin: 0;
                padding: 0;
       -        background-color: #222;
       +        background-color: #000;
                overflow: hidden;
                border-top: 1px solid #333;
                border-bottom: 1px solid #333;
        }
        
        #nav {
       -        background-color: #222;
       +        background-color: #000;
                float: left;
                margin: 0 1px 0 0;
                padding: 1em 0;