Skip to content

Commit

Permalink
Do not underline external link marker on hover (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcmal authored and maghoff committed Jun 24, 2018
1 parent e4fa7ed commit 77210a9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,11 @@ a[href^="http"]::after {
line-height: 0;
}

a[href^="http"]:hover::after {
display: inline-block;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}
Expand Down

0 comments on commit 77210a9

Please sign in to comment.