diff --git a/resource/static/theme-hotaru/css/darkmode.css b/resource/static/theme-hotaru/css/darkmode.css index 49682eb37f..5b0f34493a 100644 --- a/resource/static/theme-hotaru/css/darkmode.css +++ b/resource/static/theme-hotaru/css/darkmode.css @@ -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; }