Skip to content

Commit

Permalink
fix: correct colour for nav icons (#139)
Browse files Browse the repository at this point in the history
* fix: nav icon colour

* fix: found correct colour value

* no this one nvm

* revert extraneous change
  • Loading branch information
naomi-lgbt authored Nov 21, 2024
1 parent 144c13b commit 28a2d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ body.no-ember {
}

.d-header-icons .btn .d-icon {
color: var(--gray65);
color: var(--fcc-gray-mid);
}

.d-header-icons .icon:hover .d-icon,
Expand Down

0 comments on commit 28a2d8e

Please sign in to comment.