Skip to content

Commit

Permalink
fix: don't wrap links to fix broken hover effect
Browse files Browse the repository at this point in the history
Resolve: #90
  • Loading branch information
daiyam committed Nov 8, 2024
1 parent b275387 commit b4025ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@

/* #Links
================================================== */
a, a:visited { text-decoration: underline; outline: 0; }
a, a:visited { text-decoration: underline; outline: 0; white-space: nowrap; }
a:hover, a:focus { }
p a, p a:visited { line-height: inherit; }

Expand Down

0 comments on commit b4025ec

Please sign in to comment.