Color changes

Nên đặt thêm background color cho WA và CE
This commit is contained in:
Tran Trong Nghia 2023-01-17 22:28:07 +07:00
parent b9ae053927
commit 2803ed5907
2 changed files with 2 additions and 2 deletions

View file

@ -1852,7 +1852,7 @@ noscript #noscript {
color: rgb(232, 230, 227); color: rgb(232, 230, 227);
} }
.CE { .CE {
background-color: rgb(53, 57, 59); background-color: #ef1b53;
color: rgb(232, 230, 227); color: rgb(232, 230, 227);
} }
.IE { .IE {

View file

@ -34,7 +34,7 @@
} }
.IE { .IE {
background-color: red; background-color: #ef1b53;
color: black; color: black;
} }