Skip to content

Commit

Permalink
Fix overflow on link hidden text (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jmclerck authored Oct 14, 2024
1 parent ad97ce9 commit 39e8744
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions styles/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

:any-link {
color: currentColor;
overflow: clip;
text-decoration-color: var(--color-secondary-highlight);
text-decoration-thickness: 15%;
text-underline-offset: 0.125rem;
Expand Down

0 comments on commit 39e8744

Please sign in to comment.