style.css: improve contrast - stagit - static git page generator
 (HTM) git clone git://git.codemadness.org/stagit
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit ae41add24a87027343e3a6f7eea19f3902af4a12
 (DIR) parent fc5ef41165df39d6def252e5230a63cc6839bfc1
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Sun, 15 Nov 2020 21:11:10 +0100
       
       style.css: improve contrast
       
       https://webaim.org/resources/contrastchecker/?fcolor=555555&bcolor=FFFFFF
       
       Patch by Augustin Fabre <augustin@augfab.fr> and adapted.
       
       Diffstat:
         M style.css                           |       6 +++---
       
       1 file changed, 3 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/style.css b/style.css
       @@ -29,7 +29,7 @@ a.line {
        }
        
        #blob a {
       -        color: #777;
       +        color: #555;
        }
        
        #blob a:hover {
       @@ -70,12 +70,12 @@ td.num {
        }
        
        .desc {
       -        color: #777;
       +        color: #555;
        }
        
        hr {
                border: 0;
       -        border-top: 1px solid #777;
       +        border-top: 1px solid #555;
                height: 1px;
        }