diff --git a/services/web/frontend/stylesheets/bootstrap-5/components/link.scss b/services/web/frontend/stylesheets/bootstrap-5/components/link.scss index 20623cded6..0acc6554ad 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/components/link.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/components/link.scss @@ -7,10 +7,15 @@ &:hover { text-decoration: underline; + color: var(--green-60); } &:visited { color: var(--neutral-90); + + &:hover { + color: var(--green-60); + } } i {