refactor: ♻️ 自定义导航栏样式优化

This commit is contained in:
Ray.Hao
2025-10-09 20:30:49 +08:00
parent 6698adb9df
commit 55014529b3
3 changed files with 4 additions and 8 deletions

View File

@@ -18,7 +18,7 @@ page {
--wot-color-text-placeholder: #999999;
/* 边框和背景变量 */
--wot-color-border: #e5e7eb;
--wot-color-border: #e5e5e5;
}
/* 暗黑主题 (dark) */
@@ -37,5 +37,5 @@ page {
--wot-color-text-placeholder: #999999;
/* 暗黑模式下的边框和背景变量 */
--wot-color-border: #374151;
--wot-color-border: #3a3a3a;
}