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
commit 81b804ede9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
}