diff options
-rw-r--r-- | themes/lv2/static/css/main.css | 7 |
1 files changed, 1 insertions, 6 deletions
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; } |