diff --git a/src/shared/components/challenge-listing/Filters/FiltersCardsType/style.scss b/src/shared/components/challenge-listing/Filters/FiltersCardsType/style.scss index ffdb684f88..d72bed6c2e 100644 --- a/src/shared/components/challenge-listing/Filters/FiltersCardsType/style.scss +++ b/src/shared/components/challenge-listing/Filters/FiltersCardsType/style.scss @@ -15,7 +15,7 @@ $type-radius-4: $corner-radius * 2; height: $type-space-60; font-size: 20px; - color: $tc-dark-blue-70; + color: $tc-dark-blue-105; cursor: pointer; line-height: $type-space-60; display: inline-block; @@ -34,7 +34,7 @@ $type-radius-4: $corner-radius * 2; } &:visited { - color: $tc-dark-blue-70; + color: $tc-dark-blue-105; } &:hover {