暗黑模式背景优化

This commit is contained in:
JenniferW 2025-12-19 15:51:48 +08:00
parent f0e269145f
commit e550642f0a
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ function toggleTheme() {
height: 50px; height: 50px;
overflow: hidden; overflow: hidden;
position: relative; position: relative;
background: var(--navbar-bg); background: #fff;
box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08); box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
.hamburger-container { .hamburger-container {