fixed blue hover in header link

source
Brandon Mathis 2011-07-16 23:41:15 -04:00
parent ed17a8a927
commit a93c959950
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}