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 {