Reverted the color

Màu nhìn có vấn đề nên cần revert lại change, CSS sẽ được chỉnh sửa trong thời gian kế tiếp
This commit is contained in:
Tran Trong Nghia 2023-01-17 22:34:32 +07:00
parent 2803ed5907
commit 7228146c95
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: #ef1b53; background-color: rgb(53, 57, 59);
color: rgb(232, 230, 227); color: rgb(232, 230, 227);
} }
.IE { .IE {

View file

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