Introduction
Introduction Statistics Contact Development Disclaimer Help
Choose better colors for the diff page - stagit - static git page generator
git clone git://git.codemadness.org/stagit
Log
Files
Refs
README
LICENSE
---
commit 6775e26ebd75660e780c1854a320d74d800e7452
parent c379d65770d6ce7d5aea885255d2b1f4d05981e3
Author: FRIGN <[email protected]>
Date: Tue, 1 Mar 2016 17:15:07 +0100
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:
M style.css | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git 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,
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.