This commit is contained in:
李志鹏
2025-10-20 15:46:09 +08:00
11 changed files with 78 additions and 63 deletions

View File

@@ -35,6 +35,13 @@ button.sandblasted-blurred {
}
}
//只使用浅色模式
@media (prefers-color-scheme: dark) {
:root, body {
background: white !important;
color: black !important;
}
}
// vant dialog
html:root {