Skip to content

Commit

Permalink
feat: anchors use primary color
Browse files Browse the repository at this point in the history
  • Loading branch information
zachstence committed Oct 18, 2024
1 parent 09b07f8 commit b8bc98e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/example-project/src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
}

article.markdown a.markdown {
@apply text-blue-600 underline decoration-transparent hover:decoration-blue-600 transition-all duration-200 !important;
@apply text-primary underline decoration-transparent hover:decoration-primary transition-all duration-200 !important;
}

p.markdown,
Expand Down

0 comments on commit b8bc98e

Please sign in to comment.