tmake submodule link black, easier to read - 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 a524ca1b3d88990212f6521bec1b51d09c4b41fb
 (DIR) parent f2773b0319dda871627a7c87077d786a0a9c4b72
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Fri, 29 Apr 2016 15:57:55 +0200
       
       make submodule link black, easier to read
       
       tthis is also the same color as a bare repo without a link.
       
       Diffstat:
         M style.css                           |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/style.css b/style.css
       t@@ -59,7 +59,7 @@ table td {
        }
        
        a.module {
       -        color: #777;
       +        color: #000;
        }
        
        td.num {