From 1040d6b93ce69bda9ff99b3349811114f3f38148 Mon Sep 17 00:00:00 2001 From: nanhaoluo <3075912108@qq.com> Date: Mon, 12 Jan 2026 18:36:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=B5=AE=E5=8A=A8?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E5=92=8C=E4=BE=A7=E8=BE=B9=E6=A0=8F=E9=81=AE?= =?UTF-8?q?=E7=BD=A9=E6=A0=B7=E5=BC=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修复暗色模式下浮动按钮 hover 背景色 - 添加回被误删的 #sidebar_mask 基础样式 --- style.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index da124d4..15b6e98 100644 --- a/style.css +++ b/style.css @@ -3319,7 +3319,14 @@ html.darkmode .fabtn { } html.darkmode .fabtn:hover { - background: var(--color-border-on-foreground-deeper) !important; + color: #fff !important; + background-color: var(--themecolor) !important; +} + +/* 侧边栏遮罩 */ +#sidebar_mask { + display: none; + opacity: 0; } .blog-setting-item {