From c635b2797c17669fb978ec8e4fa6d5cc6f191488 Mon Sep 17 00:00:00 2001 From: Marian Sigler Date: Sat, 29 Sep 2012 17:25:25 +0200 Subject: make links only underlined, but also when not hovered --- static/layout.css | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'static') diff --git a/static/layout.css b/static/layout.css index 28bb4e1..0b4dc69 100644 --- a/static/layout.css +++ b/static/layout.css @@ -6,11 +6,10 @@ body { } :link, :visited { - text-decoration: none; -} -:link:hover, :visited:hover { text-decoration: underline; + color: black; } + nav ul { list-style: none; } @@ -22,12 +21,6 @@ nav ul li:not(:last-child):after { color: #aaa; } -a,:visited { - font-style: italic; - font-weight: bold; - color: #000; -} - /* COMMON PAGE ELEMENTS */ -- cgit v1.2.3-1-g7c22