From b384d6e450a789958000bcacd382cb895221faaa Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 10 Oct 2014 02:08:45 +0200 Subject: reproducible: turn visited links green --- userContent/static/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'userContent/static') 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; } -- cgit v1.2.3-54-g00ecf