summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorFRIGN <dev@frign.de>2016-03-01 17:15:07 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2016-03-01 19:14:10 +0100
commit6775e26ebd75660e780c1854a320d74d800e7452 (patch)
tree57a52b651a8e4c5f74ac4d0213c1d825e3c25203 /style.css
parentc379d65770d6ce7d5aea885255d2b1f4d05981e3 (diff)
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 (limited to 'style.css')
-rw-r--r--style.css6
1 files changed, 3 insertions, 3 deletions
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,