From 7eee4ac3e0373ba311688fb5d65eae561f52ee50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E9=82=88?= Date: Mon, 9 Mar 2020 23:34:38 +0800 Subject: [PATCH] add color for table in dark theme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 王邈 --- static/css/_bootstrap-mod.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/_bootstrap-mod.scss b/static/css/_bootstrap-mod.scss index 2deba81..d7a8436 100644 --- a/static/css/_bootstrap-mod.scss +++ b/static/css/_bootstrap-mod.scss @@ -189,4 +189,8 @@ code{ .progress-bar { background-color: #42729c; } + .table-striped > tbody > tr:nth-child(odd) > td, + .table-striped > tbody > tr:nth-child(odd) > th { + background-color: #060606; + } }