summaryrefslogtreecommitdiffstats
path: root/userContent/static
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-10 02:08:45 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-10 02:08:45 +0200
commitb384d6e450a789958000bcacd382cb895221faaa (patch)
treea8aea99ccd2b288b3498413cbe1e58c0093b987b /userContent/static
parent77d368eb010e67906b881eee98a13ff4ef7e6c5d (diff)
downloadjenkins.debian.net-b384d6e450a789958000bcacd382cb895221faaa.tar.xz
reproducible: turn visited links green
Diffstat (limited to 'userContent/static')
-rw-r--r--userContent/static/style.css4
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;
}