Skip to content

Commit

Permalink
Continue tweaking link styles in the nav
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwlchan committed Apr 5, 2024
1 parent fb705ba commit a3dd5c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/_scss/components/nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ nav {
text-decoration-thickness: 4px;
}

ul a:hover {
a:hover {
text-decoration: underline;
text-decoration-skip-ink: none;
background: none;
}
Expand Down

0 comments on commit a3dd5c9

Please sign in to comment.