From d829f7564ab189b5dee54e59a879f9db17a83be9 Mon Sep 17 00:00:00 2001 From: kkk <3441771296@qq.com> Date: Thu, 4 Mar 2021 14:17:44 +0800 Subject: [PATCH] change color --- resource/static/theme-hotaru/css/darkmode.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/resource/static/theme-hotaru/css/darkmode.css b/resource/static/theme-hotaru/css/darkmode.css index 49682eb..5b0f344 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; }