From 720cbec345246f06bd5b25588ea8bbd3b9aab44a Mon Sep 17 00:00:00 2001 From: yiqiu Date: Fri, 20 Mar 2026 20:31:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8E=A7=E5=88=B6=E5=8F=B0=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E6=94=B9=E4=B8=BA=E6=B7=B1=E7=81=B0=E5=8D=8A=E9=80=8F?= =?UTF-8?q?=E6=98=8E=E8=83=B6=E5=9B=8A=20=E9=85=8D=E5=90=88=E6=B7=B1?= =?UTF-8?q?=E8=89=B2=E5=AF=BC=E8=88=AA=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/common.css | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/css/common.css b/css/common.css index 630158e..54677cd 100644 --- a/css/common.css +++ b/css/common.css @@ -120,22 +120,20 @@ header:hover { display: inline-flex; align-items: center; justify-content: center; - padding: 8px 24px; + padding: 8px 22px; border-radius: 999px; - background: linear-gradient(135deg, #165DFF, #3B82F6); + background: rgba(255, 255, 255, 0.12); color: #fff; font-size: 14px; font-weight: 500; text-decoration: none; transition: all 0.3s ease; - box-shadow: 0 2px 8px rgba(22, 93, 255, 0.3); + border: 1px solid rgba(255, 255, 255, 0.15); letter-spacing: 1px; } .console-btn:hover { - background: linear-gradient(135deg, #0D47D9, #2563EB); - box-shadow: 0 4px 16px rgba(22, 93, 255, 0.45); - transform: translateY(-1px); + background: rgba(255, 255, 255, 0.22); color: #fff; text-decoration: none; }