stagit

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.

FRIGN contact@arjunchoudhary.com

commit: a3786a5 parent: b03f03a
1 files changed, 3 insertions(+), 3 deletions(-)
Mstyle.css+3-3
M · style.css +3, -3
 1@@ -76,15 +76,15 @@ pre {
 2 }
 3 
 4 pre a.h {
 5-	color: darkblue;
 6+	color: #00a;
 7 }
 8 
 9 pre a.i {
10-	color: green;
11+	color: #070;
12 }
13 
14 pre a.d {
15-	color: red;
16+	color: #e00;
17 }
18 
19 pre a.h:hover,