feat: 样式调整

This commit is contained in:
2026-07-21 18:14:41 +08:00
parent 60d8f66ad0
commit 634824ff44
12 changed files with 161 additions and 133 deletions

View File

@@ -28,7 +28,7 @@ import ThemeIcon from './ThemeIcon.astro'
position: sticky;
top: 0;
z-index: 99999;
box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
box-shadow: var(--shadow);
flex-shrink: 0;
background: #fff;
}