Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
fix anchor color
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgulia1 committed Nov 16, 2021
1 parent c981adb commit 332d681
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions theme/site/globals/site.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -1734,10 +1734,6 @@ span.float-right {
line-height: normal;
}

a > span {
color: #047a79 !important;
}

.map-wrapper {
padding: 5px;
border: 1px solid @darkGreen;
Expand Down Expand Up @@ -3402,3 +3398,7 @@ body.mosaic-view .content-area main {
font-size: 12px;
line-height: normal;
}

a > span.discreet {
color: #047a79 !important;
}

0 comments on commit 332d681

Please sign in to comment.