Skip to content

Commit

Permalink
fix: add active & hover to href
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksej Messer committed Nov 5, 2024
1 parent 0f74c98 commit ed2bc92
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/assets/style/ant-override.less
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,9 @@ body,

a {
color: var(--link-color);

&:active,
&:hover {
color: var(--link-color);
}
}

0 comments on commit ed2bc92

Please sign in to comment.