Skip to content

Commit

Permalink
fix: incorrect css rules
Browse files Browse the repository at this point in the history
  • Loading branch information
jtiala committed Nov 24, 2023
1 parent c174a65 commit 140e1f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/style/src/components/anchor.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
text-decoration: underline;
}

a:link:hover,
a:link:active,
a:visited:active,
a:visited:hover {
.tui__anchor:link:hover,
.tui__anchor:link:active,
.tui__anchor:visited:active,
.tui__anchor:visited:hover {
color: darkblue;
}

0 comments on commit 140e1f7

Please sign in to comment.