Skip to content

Commit b91200e

Browse files
committed
Merge pull request #2957 from PrakashDurlabhji/issue_2743
issue 2743 fix
1 parent a386a0d commit b91200e

File tree

1 file changed

+2
-2
lines changed
  • src/shared/components/challenge-listing/Filters/FiltersCardsType

1 file changed

+2
-2
lines changed

src/shared/components/challenge-listing/Filters/FiltersCardsType/style.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $type-radius-4: $corner-radius * 2;
1515

1616
height: $type-space-60;
1717
font-size: 20px;
18-
color: $tc-dark-blue-70;
18+
color: $tc-dark-blue-105;
1919
cursor: pointer;
2020
line-height: $type-space-60;
2121
display: inline-block;
@@ -34,7 +34,7 @@ $type-radius-4: $corner-radius * 2;
3434
}
3535

3636
&:visited {
37-
color: $tc-dark-blue-70;
37+
color: $tc-dark-blue-105;
3838
}
3939

4040
&:hover {

0 commit comments

Comments
 (0)