From 3c57ccbd28cdee9b73b60deaa3dc40b4fc9611c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 14 Aug 2012 21:10:57 +0200 Subject: [PATCH] change link color on hover. --- source/stylesheets/site.css.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/stylesheets/site.css.scss b/source/stylesheets/site.css.scss index eb6428f..adc0af2 100644 --- a/source/stylesheets/site.css.scss +++ b/source/stylesheets/site.css.scss @@ -20,9 +20,6 @@ body { a { text-decoration:none; - &:hover { - text-decoration:underline; - } } header { @@ -66,6 +63,9 @@ footer { @include grid(12); @include clearfix; } + a:hover { + color: darken($yellow, 10%); + } } .navlink {