fix: 控制台按钮改为深灰半透明胶囊 配合深色导航栏
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2026-03-20 20:31:04 +08:00
parent 36efcd9979
commit 720cbec345

View File

@@ -120,22 +120,20 @@ header:hover {
display: inline-flex; display: inline-flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
padding: 8px 24px; padding: 8px 22px;
border-radius: 999px; border-radius: 999px;
background: linear-gradient(135deg, #165DFF, #3B82F6); background: rgba(255, 255, 255, 0.12);
color: #fff; color: #fff;
font-size: 14px; font-size: 14px;
font-weight: 500; font-weight: 500;
text-decoration: none; text-decoration: none;
transition: all 0.3s ease; 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; letter-spacing: 1px;
} }
.console-btn:hover { .console-btn:hover {
background: linear-gradient(135deg, #0D47D9, #2563EB); background: rgba(255, 255, 255, 0.22);
box-shadow: 0 4px 16px rgba(22, 93, 255, 0.45);
transform: translateY(-1px);
color: #fff; color: #fff;
text-decoration: none; text-decoration: none;
} }