From 1513ab39154bb90ac169bceb19f5291d2b51e0d0 Mon Sep 17 00:00:00 2001 From: Tron Date: Sun, 10 Nov 2024 18:46:00 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20v2.3.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style/theme/Tsundoku_light.css | 2 +- theme.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/style/theme/Tsundoku_light.css b/style/theme/Tsundoku_light.css index 94c711a..b82dcce 100644 --- a/style/theme/Tsundoku_light.css +++ b/style/theme/Tsundoku_light.css @@ -290,4 +290,4 @@ /* 块引用预览背景颜色 */ background-color: #f3f7f8; transition: background-color 0.5s linear; -} \ No newline at end of file +} diff --git a/theme.css b/theme.css index b3663f1..e560224 100644 --- a/theme.css +++ b/theme.css @@ -901,3 +901,8 @@ body>div.b3-dialog--open>div>div.b3-dialog__container.undefined>div.b3-dialog__b background-color: #ff0087 !important; } + +/* 页签颜色 */ +.layout-tab-bars--drag>.layout-tab-bar { + background-color: transparent; +} \ No newline at end of file