Browse code

fixed blue hover in header link

Brandon Mathis authored on 17/07/2011 at 03:41:15
Showing 1 changed files
... ...
@@ -3,7 +3,7 @@ body > header {
3 3
   h1 {
4 4
     display: inline-block;
5 5
     margin: 0;
6
-    a, a:visited {
6
+    a, a:visited, a:hover {
7 7
       color: $title_color;
8 8
       text-decoration: none;
9 9
     }