diff options
author | anthraxx <levente@leventepolyak.net> | 2016-01-26 22:55:47 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-01-27 00:53:54 +0100 |
commit | 39d6f9c07be515e3549f5381ca7a27006c42d25b (patch) | |
tree | 37a907ed266ad374f2b20f5bed9db515c6bea140 /userContent/reproducible/archlinux | |
parent | 560bab249c6b6dea223bd33b260e9cd56db28ad4 (diff) | |
download | jenkins.debian.net-39d6f9c07be515e3549f5381ca7a27006c42d25b.tar.xz |
arch: make visited links distinguishable
Diffstat (limited to 'userContent/reproducible/archlinux')
-rw-r--r-- | userContent/reproducible/archlinux/global.css | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/userContent/reproducible/archlinux/global.css b/userContent/reproducible/archlinux/global.css index cdf375b7..9aedcfed 100644 --- a/userContent/reproducible/archlinux/global.css +++ b/userContent/reproducible/archlinux/global.css @@ -45,16 +45,18 @@ body { a { text-decoration: none; - color:#0088cc; } -a:link, a:visited { - color: green; +a:link { + color: #07b; +} + +a:visited { + color: #1a4964; } a:hover, a:visited:hover { text-decoration: underline; - color:#0088cc; } table { |