logo

stagit

STAtic GIT web view generator (in C) git clone https://hacktivis.me/git/stagit.git
commit: a524ca1b3d88990212f6521bec1b51d09c4b41fb
parent f2773b0319dda871627a7c87077d786a0a9c4b72
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:

Mstyle.css2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/style.css b/style.css @@ -59,7 +59,7 @@ table td { } a.module { - color: #777; + color: #000; } td.num {