Merge pull request #108 from Bravoyk/master

🌈 Change background color.

Co-authored-by: Bravoyk <11516611+Bravoyk@users.noreply.github.com>
This commit is contained in:
naiba
2021-03-04 14:58:23 +08:00
committed by GitHub

View File

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