Skip to content

Commit b553b61

Browse files
committed
TikTok Color Shade Update
1 parent 362e783 commit b553b61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

js/modules/tiktok/module.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#chat .event.tiktok .message {
2-
background: rgba(254,40,88,0.75);
2+
background: rgba(241,32,74,0.75);
33
}
44

55
#chat .item.tiktok .platform .hidden-platform {
6-
background: rgba(254,40,88,1);
6+
background: rgba(241,32,74,1);
77
}
88

99
#chat .item.tiktok span.badge {
@@ -29,7 +29,7 @@
2929

3030
#statistics .platform#tiktok {
3131
order: 3;
32-
background: #fe2858;
32+
background: #F1204A;
3333
}
3434

3535
#chat .event.tiktok.join .message {

0 commit comments

Comments
 (0)