aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets/stylesheets/hmno_main.scss
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2014-12-13 17:32:57 +0100
committerHarald Eilertsen <haraldei@anduin.net>2014-12-13 17:32:57 +0100
commit55043ad048fce727909b9e4d4ac0ca27f0be63d7 (patch)
treec981e9674b6ebefc2b7eb4fb749480305bcba965 /app/assets/stylesheets/hmno_main.scss
parentf2ee276eea5a2c018d19bcc43e57b7748ea36348 (diff)
downloadhmnoweb-55043ad048fce727909b9e4d4ac0ca27f0be63d7.tar.gz
hmnoweb-55043ad048fce727909b9e4d4ac0ca27f0be63d7.tar.bz2
hmnoweb-55043ad048fce727909b9e4d4ac0ca27f0be63d7.zip
Don't underline links, and fix some cosmetics.
Diffstat (limited to 'app/assets/stylesheets/hmno_main.scss')
-rw-r--r--app/assets/stylesheets/hmno_main.scss2
1 files changed, 2 insertions, 0 deletions
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;