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:
parent
c379d65770
commit
6775e26ebd
1 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue