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);
|
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 {
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.IE {
|
.IE {
|
||||||
background-color: red;
|
background-color: #ef1b53;
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue