Skip to content

Commit

Permalink
Make site-header link block-level element to avoid "flash" when hover…
Browse files Browse the repository at this point in the history
…ing it on multiple lines.
  • Loading branch information
lancewillett committed Jun 24, 2012
1 parent d0c9282 commit 34e7021
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/assets/stylesheets/_scaffolding.scss
Expand Up @@ -82,6 +82,7 @@ body.custom-background #page {
}
a {
color: lighten($font-color, 5);
display: block;
text-decoration: none;
&:hover {
color: $link-color;
Expand Down

0 comments on commit 34e7021

Please sign in to comment.