style.css: sane style - stagit-gopher - A git gopher frontend. (mirror)
 (HTM) git clone git://bitreich.org/stagit-gopher/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/stagit-gopher/
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 5734f7aca10abefa680497a5cb0bdaf538b6476a
 (DIR) parent 336b746deb5575f5e41c8e974a13035bbf08647f
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Sat,  5 Dec 2015 00:36:54 +0100
       
       style.css: sane style
       
       Diffstat:
         M style.css                           |      16 ++++++++--------
       
       1 file changed, 8 insertions(+), 8 deletions(-)
       ---
 (DIR) diff --git a/style.css b/style.css
       @@ -1,21 +1,21 @@
        body {
                font-family: sans-serif;
       -        color: #00ff00;
       -        background-color: #000;
       +        color: #333;
       +        background-color: #fff;
        }
        
       -h1 {
       +h1, h2 {
                vertical-align: middle;
        }
        
       -a {
       -        color: #00ff00;
       +h1 {
       +        font-size: 140%;
        }
        
        hr {
       -        color: #00ff00;
       -        background-color: #00ff00;
       -        border-top: 1px solid #00ff00;
       +        color: #777;
       +        background-color: #777;
       +        border-top: 1px solid #777;
        }
        
        pre {