From a93c9599508533aac14392f69af9a97639b1c7e0 Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Sat, 16 Jul 2011 23:41:15 -0400 Subject: [PATCH] fixed blue hover in header link --- .themes/classic/sass/partials/_header.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.themes/classic/sass/partials/_header.scss b/.themes/classic/sass/partials/_header.scss index 8ae128b..e3c6c02 100644 --- a/.themes/classic/sass/partials/_header.scss +++ b/.themes/classic/sass/partials/_header.scss @@ -3,7 +3,7 @@ body > header { h1 { display: inline-block; margin: 0; - a, a:visited { + a, a:visited, a:hover { color: $title_color; text-decoration: none; }