Skip to content

Commit

Permalink
feat(website): simplify link hover effect on Docs pages (#2670)
Browse files Browse the repository at this point in the history
* Improve hover MD

* update

* Update mdcontainer.scss

* Update mdcontainer.scss
  • Loading branch information
theosanderson committed Sep 2, 2024
1 parent 9dadda4 commit a8daac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/styles/mdcontainer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}

.mdContainer a{
@apply text-main underline hover:font-semibold;
@apply text-main underline text-primary-600 hover:text-primary-700;
}

.mdContainer ol {
Expand Down

0 comments on commit a8daac7

Please sign in to comment.