feat: 完善暗色主题移动端适配 meta theme color

This commit is contained in:
2026-07-13 16:00:44 +08:00
parent 36b04537b4
commit ba14074509
5 changed files with 15 additions and 5 deletions

View File

@@ -31,7 +31,7 @@
}
:global(.dark) footer {
background: black;
background: var(--background);
box-shadow: rgba(255, 255, 255, .3) 0px -1px 3px 0px;
}