URI: 
       make submodule link black, easier to read - stagit-gopher - A git gopher frontend. (mirror)
  HTML 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 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 {