stagit
static git repository generator
git clone https://9o.is/git/stagit.git
commit 3cdc0cc6d1f42842064b027a01e5ff29ab218089 parent 226e710079574ed2539611f8f5569dc115665597 Author: FRIGN <dev@frign.de> Date: Tue, 1 Mar 2016 17:15:07 +0100 Choose better colors for the diff page This makes it easier to read on the light background and is not as straining in the eyes. Diffstat:
| M | style.css | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/style.css b/style.css @@ -76,15 +76,15 @@ pre { } pre a.h { - color: darkblue; + color: #00a; } pre a.i { - color: green; + color: #070; } pre a.d { - color: red; + color: #e00; } pre a.h:hover,