Skip to content

Commit

Permalink
refactor: simplify link underline style (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjshearer authored Feb 10, 2024
1 parent edf4bc6 commit 09bdcde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}

a {
@apply underline decoration-1 underline-offset-4 hover:text-neutral-100 print:no-underline;
@apply underline hover:text-neutral-100 print:no-underline;
}

code {
Expand Down

0 comments on commit 09bdcde

Please sign in to comment.