projects
/
forks
/
stagit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c379d65
)
Choose better colors for the diff page
author
FRIGN
<dev@frign.de>
Tue, 1 Mar 2016 16:15:07 +0000
(17:15 +0100)
committer
Hiltjo Posthuma
<hiltjo@codemadness.org>
Tue, 1 Mar 2016 18:14:10 +0000
(19:14 +0100)
This makes it easier to read on the light background and is not as
straining in the eyes.
style.css
patch
|
blob
|
history
diff --git
a/style.css
b/style.css
index 958b76b615b719b27a55690040fa44a5627e3218..8cf93d065132bd687f397180a461db4369d048b6 100644
(file)
--- 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,