Skip to content

Commit

Permalink
set homepage links to normal font weight (#979)
Browse files Browse the repository at this point in the history
  • Loading branch information
donjo authored Oct 10, 2024
1 parent 396bac4 commit 1084e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ body:not(:has(.ddoc)) {
}

.homepage-link {
@apply block font-semibold underline underline-offset-4;
@apply block font-normal underline underline-offset-4;
}

.deploy-link {
Expand Down

0 comments on commit 1084e05

Please sign in to comment.