fix: 用户头像改为半透明白色 配合深色导航栏
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2026-03-20 20:46:06 +08:00
parent aa00cb421f
commit 71ede045b3

View File

@@ -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;