summaryrefslogtreecommitdiffstats
path: root/userContent
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-06-17 00:29:30 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-17 00:29:30 +0200
commit604e50a24d4af9d0e206ed84dfacfa5b207c5f8f (patch)
tree5b16e63329f938068a81c692903f55dae3af52c0 /userContent
parent892eab62af739a610067f728167fd58f140a07ce (diff)
downloadjenkins.debian.net-604e50a24d4af9d0e206ed84dfacfa5b207c5f8f.tar.xz
reproducible openwrt: improve link colors a bit. this aint enough because the background is sometimes dark and sometimes light...
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 a4e90698..698a38fb 100644
--- a/userContent/reproducible/openwrt/cascade.css
+++ b/userContent/reproducible/openwrt/cascade.css
@@ -25,13 +25,13 @@ code {
}
a {
- color:#0044cc;
+ color:#0022aa;
}
a:hover, a:focus, {
- color:#0044cc;
+ color:#0022aa;
}
a:visited {
- color:#aa2200;
+ color:#0055dd;
}
#header {