From 65c79d40e495efa292df0ae045971bf72da2e928 Mon Sep 17 00:00:00 2001 From: nanhaoluo <3075912108@qq.com> Date: Mon, 12 Jan 2026 14:28:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=AF=84=E8=AE=BA?= =?UTF-8?q?=E5=92=8C=E5=88=86=E4=BA=AB=E6=8C=89=E9=92=AE=E9=A2=9C=E8=89=B2?= =?UTF-8?q?=E6=9C=AA=E4=BD=BF=E7=94=A8=E5=85=A8=E5=B1=80=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E9=A2=9C=E8=89=B2=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 为 #share_show 分享按钮添加主题颜色变量覆盖 - 为 #comments_toggle 评论按钮添加主题颜色变量覆盖 - 使用 !important 确保覆盖 argon.min.css 中的硬编码颜色 - 同时处理 hover 和 active 状态的颜色 --- style.css | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/style.css b/style.css index f6bf31e..1c78685 100644 --- a/style.css +++ b/style.css @@ -8166,6 +8166,18 @@ body.noscroll:before { padding: 8px 16px; height: 38px; white-space: nowrap; + background-color: var(--themecolor) !important; + border-color: var(--themecolor) !important; +} + +#comments_toggle:hover { + background-color: var(--themecolor-dark) !important; + border-color: var(--themecolor-dark) !important; +} + +#comments_toggle:active { + background-color: var(--themecolor-dark2) !important; + border-color: var(--themecolor-dark2) !important; } #comments_toggle .btn-inner--icon { @@ -8304,6 +8316,26 @@ body.noscroll:before { transform: translateY(0); + background-color: var(--themecolor) !important; + + border-color: var(--themecolor) !important; + +} + +#share_show:hover { + + background-color: var(--themecolor-dark) !important; + + border-color: var(--themecolor-dark) !important; + +} + +#share_show:active { + + background-color: var(--themecolor-dark2) !important; + + border-color: var(--themecolor-dark2) !important; + } #share_container.opened #share {