From 9798688496f29f63a7273daf4faa9f2b75b211ee Mon Sep 17 00:00:00 2001 From: fofolee Date: Sun, 28 Jun 2020 23:49:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=97=E9=BB=91=E6=A8=A1=E5=BC=8F=E5=BE=AE?= =?UTF-8?q?=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/style/darkmode.css | 4 ---- src/assets/style/options.css | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/src/assets/style/darkmode.css b/src/assets/style/darkmode.css index 700f659..ead6123 100644 --- a/src/assets/style/darkmode.css +++ b/src/assets/style/darkmode.css @@ -22,10 +22,6 @@ box-shadow: 0px 0px 9px 0px #000000ab; } -#options table tr:nth-child(odd) { - filter: contrast(0.96); -} - #options .sidebar .currentTag { background-color: #484848; } diff --git a/src/assets/style/options.css b/src/assets/style/options.css index a0c56b9..a3d4d28 100644 --- a/src/assets/style/options.css +++ b/src/assets/style/options.css @@ -194,7 +194,7 @@ body { #options table tr:nth-child(odd) { background: #fff; - filter: contrast(0.9); + filter: contrast(0.96); } #options .keyword {