From 71ede045b37176ebac4d78b3acce80adeb9861c9 Mon Sep 17 00:00:00 2001 From: yiqiu Date: Fri, 20 Mar 2026 20:46:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=94=A8=E6=88=B7=E5=A4=B4=E5=83=8F?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E5=8D=8A=E9=80=8F=E6=98=8E=E7=99=BD=E8=89=B2?= =?UTF-8?q?=20=E9=85=8D=E5=90=88=E6=B7=B1=E8=89=B2=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/common.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/common.css b/css/common.css index 242ebc7..61fb540 100644 --- a/css/common.css +++ b/css/common.css @@ -151,8 +151,8 @@ header:hover { width: 36px; height: 36px; border-radius: 50%; - background: #3B82F6; - color: #fff; + background: rgba(255, 255, 255, 0.15) !important; + color: #fff !important; font-size: 15px; font-weight: 600; display: flex;