[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible openwrt: make visited link color work with darker backround
Holger Levsen
holger at moszumanska.debian.org
Sat Dec 19 01:14:21 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 5ac9b3db8c6246fea638f0a91bf4ecbcf603293d
Author: Holger Levsen <holger at layer-acht.org>
Date: Sat Dec 19 02:13:55 2015 +0100
reproducible openwrt: make visited link color work with darker backround
---
userContent/reproducible/openwrt/cascade.css | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/userContent/reproducible/openwrt/cascade.css b/userContent/reproducible/openwrt/cascade.css
index 3ed3d5e..cc6bf78 100644
--- a/userContent/reproducible/openwrt/cascade.css
+++ b/userContent/reproducible/openwrt/cascade.css
@@ -25,13 +25,13 @@ code {
}
a {
- color:#0088cc;
+ color:#0022aa;
}
a:hover, a:focus, {
- color:#0088cc;
+ color:#0022aa;
}
a:visited {
- color:green;
+ color:#00aa33;
}
#header {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list