From 8df00492a5227246996bb8f78370d558e419f994 Mon Sep 17 00:00:00 2001 From: kkk <3441771296@qq.com> Date: Tue, 2 Mar 2021 10:36:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20idea=20=E5=BF=BD=E7=95=A5?= =?UTF-8?q?=E6=96=87=E4=BB=B6,=E4=BF=AE=E6=94=B9=20css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 +- resource/static/theme-hotaru/css/darkmode.css | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0f175e8..50e5136 100644 --- a/.gitignore +++ b/.gitignore @@ -10,7 +10,7 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out - +.idea /data /dist .DS_Store diff --git a/resource/static/theme-hotaru/css/darkmode.css b/resource/static/theme-hotaru/css/darkmode.css index 83a518a..7c222b6 100644 --- a/resource/static/theme-hotaru/css/darkmode.css +++ b/resource/static/theme-hotaru/css/darkmode.css @@ -7,8 +7,13 @@ body.dark table.table-striped tr.even { background-color: #212f36; } +#servers tr:nth-child(odd) { + /* color: red; */ + background: #384d58; +} + body.dark table.table-striped tr.odd { - background-color: #2f3c42; + background-color: #384d58; } body.dark tr.expandRow {