diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-06-17 00:29:30 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-06-17 00:29:30 +0200 |
commit | 604e50a24d4af9d0e206ed84dfacfa5b207c5f8f (patch) | |
tree | 5b16e63329f938068a81c692903f55dae3af52c0 /userContent/reproducible/openwrt | |
parent | 892eab62af739a610067f728167fd58f140a07ce (diff) | |
download | jenkins.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/reproducible/openwrt')
-rw-r--r-- | userContent/reproducible/openwrt/cascade.css | 6 |
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 { |