summaryrefslogtreecommitdiffstats
path: root/userContent
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-06-17 00:16:52 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-17 00:16:52 +0200
commit892eab62af739a610067f728167fd58f140a07ce (patch)
tree4f60e9a513dfee10e66f4190129870934cc3e5bc /userContent
parentb54feba51cb2fdac0c5ce99ed0c49a48310a7963 (diff)
downloadjenkins.debian.net-892eab62af739a610067f728167fd58f140a07ce.tar.xz
reproducible openwrt: improve link colors a bit
Diffstat (limited to 'userContent')
-rw-r--r--userContent/reproducible/openwrt/cascade.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/userContent/reproducible/openwrt/cascade.css b/userContent/reproducible/openwrt/cascade.css
index 4109b3d5..a4e90698 100644
--- a/userContent/reproducible/openwrt/cascade.css
+++ b/userContent/reproducible/openwrt/cascade.css
@@ -24,6 +24,16 @@ code {
white-space: pre;
}
+a {
+ color:#0044cc;
+}
+a:hover, a:focus, {
+ color:#0044cc;
+}
+a:visited {
+ color:#aa2200;
+}
+
#header {
min-height: 98px;
background-image: url(header.png);