Skip to content

Commit

Permalink
style: enhance link hover and focus styles in markdown
Browse files Browse the repository at this point in the history
• Add focus state to link styles for improved accessibility
• Apply underline and primary color to both hover and focus states
  • Loading branch information
EvanNotFound committed Nov 20, 2024
1 parent 84bc1a7 commit 5ae567d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/css/common/markdown.styl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
.link-icon
transition transform 0.2s ease

&:hover
&:hover,
&:focus
text-decoration underline !important
text-decoration-color var(--primary-color) !important

Expand Down

0 comments on commit 5ae567d

Please sign in to comment.