Skip to content

Commit

Permalink
[MWPW-145672] Change link color only on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
narcis-radu committed Nov 13, 2024
1 parent 931e97a commit 0e6869f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions libs/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -795,9 +795,7 @@ a {
text-decoration: underline;
}

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

Expand Down

0 comments on commit 0e6869f

Please sign in to comment.