Skip to content

Commit

Permalink
set the style of a:hover explicitely
Browse files Browse the repository at this point in the history
if not set, the ribbon will inherit the hover style from (e.g., if used)
twitter bootstrap and become funny blue-ish and not as we want it.
  • Loading branch information
evgeni committed Mar 30, 2013
1 parent 29f9f24 commit f88422c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gh-fork-ribbon.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
z-index: 9999;
}

.github-fork-ribbon a {
.github-fork-ribbon a,
.github-fork-ribbon a:hover {
/* Set the font */
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
Expand Down

0 comments on commit f88422c

Please sign in to comment.