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/_color_scheme.scss | 10 +++++----- app/assets/stylesheets/hmno_main.scss | 2 ++ 2 files changed, 7 insertions(+), 5 deletions(-) (limited to 'app') diff --git a/app/assets/stylesheets/_color_scheme.scss b/app/assets/stylesheets/_color_scheme.scss index 2b9cd79..63e3058 100644 --- a/app/assets/stylesheets/_color_scheme.scss +++ b/app/assets/stylesheets/_color_scheme.scss @@ -8,16 +8,16 @@ $primary-4: #988952; $primary-5: #988D62; $bg: $primary-2; -$fg: $primary-5; -$deemph-text-fg: darken($fg, 20%); +$fg: $primary-4; +$deemph-text-fg: darken($fg, 10%); $bg2: darken($bg, 5%); $border-fg: $fg; $dark-border-fg: darken($primary-4, 20%); -$link-fg: lighten($primary-4, 20%); -$link-visited-fg: $primary-4; -$link-hover-fg: lighten($link-fg, 20%); +$link-fg: $primary-5; //lighten($primary-4, 5%); +$link-visited-fg: $link-fg; +$link-hover-fg: lighten($link-fg, 5%); $selected-menu-bg: $primary-4; $selected-menu-fg: $primary-2; 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