From 55043ad048fce727909b9e4d4ac0ca27f0be63d7 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sat, 13 Dec 2014 17:32:57 +0100 Subject: Don't underline links, and fix some cosmetics. --- app/assets/stylesheets/hmno_main.scss | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/assets/stylesheets/hmno_main.scss') diff --git a/app/assets/stylesheets/hmno_main.scss b/app/assets/stylesheets/hmno_main.scss index e11526f..0a215ab 100644 --- a/app/assets/stylesheets/hmno_main.scss +++ b/app/assets/stylesheets/hmno_main.scss @@ -35,8 +35,10 @@ h3 { a { color: $link-fg; + text-decoration: none; &:hover { color: $link-hover-fg; + text-decoration: underline; } &:visited { color: $link-visited-fg; -- cgit v1.2.3