Color changes
Nên đặt thêm background color cho WA và CE
This commit is contained in:
parent
b9ae053927
commit
2803ed5907
2 changed files with 2 additions and 2 deletions
|
@ -1852,7 +1852,7 @@ noscript #noscript {
|
|||
color: rgb(232, 230, 227);
|
||||
}
|
||||
.CE {
|
||||
background-color: rgb(53, 57, 59);
|
||||
background-color: #ef1b53;
|
||||
color: rgb(232, 230, 227);
|
||||
}
|
||||
.IE {
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
}
|
||||
|
||||
.IE {
|
||||
background-color: red;
|
||||
background-color: #ef1b53;
|
||||
color: black;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue