diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-10 02:08:45 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-10 02:08:45 +0200 |
commit | b384d6e450a789958000bcacd382cb895221faaa (patch) | |
tree | a8aea99ccd2b288b3498413cbe1e58c0093b987b | |
parent | 77d368eb010e67906b881eee98a13ff4ef7e6c5d (diff) | |
download | jenkins.debian.net-b384d6e450a789958000bcacd382cb895221faaa.tar.xz |
reproducible: turn visited links green
-rw-r--r-- | userContent/static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/userContent/static/style.css b/userContent/static/style.css index b9a471ac..95f546bc 100644 --- a/userContent/static/style.css +++ b/userContent/static/style.css @@ -32,6 +32,10 @@ a:hover, a:focus { text-decoration:underline; } +a:visited { + color:green; +} + header { border-bottom: 1px solid #d70a53; } |