Skip to content

Commit

Permalink
Make button background and border match on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanchandra committed Jan 26, 2015
1 parent f0c20b9 commit 0d87fed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _sass/base/_utility.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
}
a.button:hover {
background: $link-color;
border: 1px solid $link-color;
color: $background-color;
text-decoration: none;
}
Expand Down

0 comments on commit 0d87fed

Please sign in to comment.