From 3811d385b9b414aa0726c6a15391f27c6446ac95 Mon Sep 17 00:00:00 2001 From: Tron Date: Mon, 18 Nov 2024 23:09:38 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20=E5=90=8E=E9=80=80=E5=92=8C?= =?UTF-8?q?=E5=89=8D=E8=BF=9B=E6=8C=89=E9=92=AE=E5=9C=A8=E4=B8=8D=E5=8F=AF?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E6=97=B6=E5=80=99=E9=A2=9C=E8=89=B2=E4=BC=98?= =?UTF-8?q?=E5=8C=96=20#121?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style/theme/Tsundoku_green.css | 2 +- style/theme/Tsundoku_light.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/style/theme/Tsundoku_green.css b/style/theme/Tsundoku_green.css index ce86785..6c45840 100644 --- a/style/theme/Tsundoku_green.css +++ b/style/theme/Tsundoku_green.css @@ -767,7 +767,7 @@ div[data-subtype='t'][data-type='NodeList'] { /* 前进后退disable颜色更改 */ .toolbar__item--disabled, .toolbar__item--disabled:hover { - color: #b6cab9; + color: #758e79; cursor: not-allowed; } diff --git a/style/theme/Tsundoku_light.css b/style/theme/Tsundoku_light.css index 29f37e5..5d48519 100644 --- a/style/theme/Tsundoku_light.css +++ b/style/theme/Tsundoku_light.css @@ -253,7 +253,7 @@ /* 前进后退disable颜色更改 */ .toolbar__item--disabled, .toolbar__item--disabled:hover { - color: #acb7b7; + color: #929d9d; cursor: not-allowed; }