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.
1 files changed, 3 insertions(+), 3 deletions(-) | |||
---|---|---|---|
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,