Skip to content

Commit

Permalink
fix: link colors uses default blue
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed May 22, 2024
1 parent bad7942 commit 5187262
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
text-decoration: none;
}

.progressBar > .bar:visited {
.progressBar > .bar,
.progressBar > .bar:visited,
.progressBar > .bar:active {
color: inherit;
}

Expand Down

0 comments on commit 5187262

Please sign in to comment.