fix: 控制台按钮改为深灰半透明胶囊 配合深色导航栏
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user