Skip to content

Commit 12ce76a

Browse files
committed
Leaderbord headers fixes
1 parent a9d3461 commit 12ce76a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/shared/components/Contentful/ContentBlock/themes/TCO19.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ strong a {
7878
th {
7979
@include roboto-regular;
8080

81-
color: #808080;
81+
color: #2a2a2a;
8282
font-size: 15px;
8383
font-weight: bold;
8484
line-height: 25px;

src/shared/components/Contentful/ContentBlock/themes/TCO20.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ strong a {
9494
th {
9595
@include roboto-regular;
9696

97-
color: #808080;
97+
color: #2a2a2a;
9898
font-size: 15px;
9999
font-weight: bold;
100100
line-height: 25px;

src/shared/components/Contentful/ContentBlock/themes/general.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ strong a {
122122
th {
123123
@include roboto-regular;
124124

125-
color: #808080;
125+
color: #2a2a2a;
126126
font-size: 15px;
127127
font-weight: bold;
128128
line-height: 25px;

src/shared/components/Leaderboard/LeaderboardTable/themes/tco20.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ $table-bg-hover: #f5f5f5;
191191
.col-fulfillment,
192192
.col-challenges,
193193
.col-points {
194-
color: #7f7f7f;
194+
color: #2a2a2a;
195195
font-family: Roboto, sans-serif;
196196
font-size: 14px;
197197
font-weight: 500;

0 commit comments

Comments
 (0)