From 7fea81d18f8bae562430dc6716d338f2c6adfc91 Mon Sep 17 00:00:00 2001 From: nanhaoluo <3075912108@qq.com> Date: Mon, 12 Jan 2026 14:32:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=8F=B3=E4=B8=8B?= =?UTF-8?q?=E8=A7=92=E6=B5=AE=E5=8A=A8=E6=8C=89=E9=92=AE=E9=A2=9C=E8=89=B2?= =?UTF-8?q?=E6=9C=AA=E8=B7=9F=E9=9A=8F=E5=85=A8=E5=B1=80=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 为 .fabtn 添加明确的背景色和文字颜色设置 - 默认状态使用 var(--color-foreground) 背景和 var(--themecolor) 文字色 - hover 和 active 状态使用主题色背景 --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 1c78685..49999fa 100644 --- a/style.css +++ b/style.css @@ -3144,6 +3144,10 @@ html.is-home.banner-as-cover #float_action_buttons.hidden { transition: all var(--animation-normal) var(--ease-standard); + background-color: var(--color-foreground) !important; + + color: var(--themecolor) !important; + } .fabtn:hover {