git » stagit-fork.git » commit 6775e26

Choose better colors for the diff page

author FRIGN
2016-03-01 16:15:07 UTC
committer Hiltjo Posthuma
2016-03-01 18:14:10 UTC
parent c379d65770d6ce7d5aea885255d2b1f4d05981e3

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.

style.css +3 -3

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,