Browse Source

fixed blue hover in header link

unreleased_contents
Brandon Mathis 13 years ago
parent
commit
a93c959950
  1. 2
      .themes/classic/sass/partials/_header.scss

2
.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;
}

Loading…
Cancel
Save