From acea599a4100d50863e4a65e6514839adb4bb499 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Mon, 8 Oct 2012 14:46:26 +0200 Subject: Links have underline with hover, otherwise not. --- local.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/local.scss b/local.scss index c789068..8a858b0 100644 --- a/local.scss +++ b/local.scss @@ -27,6 +27,10 @@ H3 { a { color: darkblue; font-weight: normal; + text-decoration: none; + &:hover { + text-decoration: underline; + } } p { -- cgit v1.2.3