Skip to content

Commit

Permalink
Fix link style
Browse files Browse the repository at this point in the history
  • Loading branch information
lmuntaner committed Jul 10, 2024
1 parent 807b89d commit a311adc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/frontend/src/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1082,9 +1082,9 @@ a:hover,
}

.c-landingPage__left__footer > a:hover,
a:active,
a:focus,
a:visited {
.c-landingPage__left__footer > a:active,
.c-landingPage__left__footer > a:focus,
.c-landingPage__left__footer > a:visited {
color: var(--rc-light-transparent);
}

Expand Down

0 comments on commit a311adc

Please sign in to comment.