feat: 完善暗色主题移动端适配 meta theme color
This commit is contained in:
@@ -83,7 +83,7 @@ import ThemeIcon from './ThemeIcon.astro'
|
||||
}
|
||||
|
||||
:global(.dark) header {
|
||||
background: #000000;
|
||||
background: var(--background);
|
||||
box-shadow: rgba(255, 255, 255, .3) 0px 1px 2px 0px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user