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.
This commit is contained in:
FRIGN 2016-03-01 17:15:07 +01:00 committed by Hiltjo Posthuma
parent c379d65770
commit 6775e26ebd

View file

@ -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,