From: FRIGN Date: Tue, 1 Mar 2016 16:15:07 +0000 (+0100) Subject: Choose better colors for the diff page X-Git-Url: https://git.atheridis.org/?a=commitdiff_plain;h=6775e26ebd75660e780c1854a320d74d800e7452;p=forks%2Fstagit.git 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. --- diff --git a/style.css b/style.css index 958b76b..8cf93d0 100644 --- 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,