change color

This commit is contained in:
kkk 2021-03-04 14:17:44 +08:00
parent b68e9942e0
commit d829f7564a

View File

@ -7,8 +7,7 @@ body.dark table.table-striped tr.even {
background-color: #212f36; background-color: #212f36;
} }
#servers tr:nth-child(odd) { body.dark table tr:nth-child(odd) {
/* color: red; */
background: #384d58; background: #384d58;
} }