URI:
       make submodule link black, easier to read - stagit-gopher - static git page generator for gopher
  HTML git clone https://git.drkhsh.at/stagit-gopher.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit a524ca1b3d88990212f6521bec1b51d09c4b41fb
   DIR parent f2773b0319dda871627a7c87077d786a0a9c4b72
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Fri, 29 Apr 2016 15:57:55 +0200
       
       make submodule link black, easier to read
       
       this 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
       @@ -59,7 +59,7 @@ table td {
        }
        
        a.module {
       -        color: #777;
       +        color: #000;
        }
        
        td.num {