summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2012-10-08 14:46:26 +0200
committerSiri Reiter <siri@jones.dk>2012-10-08 14:46:26 +0200
commitacea599a4100d50863e4a65e6514839adb4bb499 (patch)
treeca772f3bc35c22c3d4dfc169bc309ae42fdc2298
parent8b8f061ab77ae9104369199e2b5b7fccd6e51210 (diff)
Links have underline with hover, otherwise not.
-rw-r--r--local.scss4
1 files changed, 4 insertions, 0 deletions
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 {