Skip to content

Commit

Permalink
fixing hover underlines
Browse files Browse the repository at this point in the history
  • Loading branch information
henriyli committed Feb 25, 2016
1 parent 4063398 commit 52ea87c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ a:link,a:visited,a:active,a:hover,a:focus {
/* Improves link handling by removing focus borders. Sorry keyboard users! */
border: 0;
outline: none;
text-decoration: none;
text-decoration: none !important;
}

a:hover {
Expand Down

0 comments on commit 52ea87c

Please sign in to comment.