From 3d166de0fb2165ecf84d11e53eafba44b40e4298 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 23 Nov 2014 04:00:55 -0500 Subject: Fix unvisited link colour in header. --- themes/lv2/static/css/main.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'themes/lv2') diff --git a/themes/lv2/static/css/main.css b/themes/lv2/static/css/main.css index 67b2f73..ace146d 100644 --- a/themes/lv2/static/css/main.css +++ b/themes/lv2/static/css/main.css @@ -155,12 +155,7 @@ nav { padding: 0.5em; } -nav a { - border-bottom: none; - color: #EEE; -} - -nav a:visited { +nav a, nav a:link, nav a:visited { border-bottom: none; color: #EEE; } -- cgit v1.2.1