tstyle: darkblue for hunk like cgit, hunk line is now a link - stagit - static git page generator
 (HTM) git clone git://src.adamsgaard.dk/stagit
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 99a8b8a2963a1dec98dd28f86dccc83d41130c60
 (DIR) parent f17def25bed839664b3242b5f31792d3aa1f53c6
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Tue,  5 Jan 2016 21:41:49 +0100
       
       style: darkblue for hunk like cgit, hunk line is now a link
       
       Diffstat:
         M style.css                           |      14 ++++++++++----
       
       1 file changed, 10 insertions(+), 4 deletions(-)
       ---
 (DIR) diff --git a/style.css b/style.css
       t@@ -38,7 +38,11 @@ table td {
                padding: 0 0.4em;
        }
        
       -#index tr:hover td, #log tr:hover td, #files tr:hover td {
       +#branches tr:hover td,
       +#tags tr:hover td,
       +#index tr:hover td,
       +#log tr:hover td,
       +#files tr:hover td {
                background-color: #eee;
        }
        
       t@@ -59,8 +63,8 @@ pre {
                font-family: monospace;
        }
        
       -pre .h {
       -        color: darkcyan;
       +pre a.h {
       +        color: darkblue;
        }
        
        pre a.i {
       t@@ -71,6 +75,8 @@ pre a.d {
                color: red;
        }
        
       -pre a.i:hover, pre a.d:hover {
       +pre a.h:hover,
       +pre a.i:hover,
       +pre a.d:hover {
                text-decoration: none;
        }