summaryrefslogtreecommitdiffstats
path: root/userContent
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-19 02:13:55 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-19 02:13:55 +0100
commit5ac9b3db8c6246fea638f0a91bf4ecbcf603293d (patch)
treec1a85181c29a5383da832d1f68ca97c5de61184c /userContent
parent55c78f4a302cc59b785ae738ef8f230c3b83f8ed (diff)
downloadjenkins.debian.net-5ac9b3db8c6246fea638f0a91bf4ecbcf603293d.tar.xz
reproducible openwrt: make visited link color work with darker backround
Diffstat (limited to 'userContent')
-rw-r--r--userContent/reproducible/openwrt/cascade.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/userContent/reproducible/openwrt/cascade.css b/userContent/reproducible/openwrt/cascade.css
index 3ed3d5ea..cc6bf78a 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 {