Skip to content

Commit cc4b7bf

Browse files
committed
Fix inverted colors in ReplayCard team header
1 parent 0580028 commit cc4b7bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

res/client/client.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1586,8 +1586,8 @@ ReplayBucketItemFormatter::custom {
15861586
}
15871587

15881588
ReplayCard::custom {
1589-
team-title-color: gray;
1590-
team-title-background: white;
1589+
team-title-color: white;
1590+
team-title-background: gray;
15911591
}
15921592

15931593
GamePanelWidget::custom {

0 commit comments

Comments
 (0)