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

View File

@@ -28,6 +28,13 @@ button.sandblasted-blurred::after {
button.sandblasted-blurred:active {
opacity: 0.7;
}
@media (prefers-color-scheme: dark) {
:root,
body {
background: white !important;
color: black !important;
}
}
html:root {
--van-overlay-background: rgba(0, 0, 0, 0.4);
--van-dialog-width: 45rem;
@@ -52,3 +59,9 @@ html:root {
line-height: 5rem;
padding: 0 2rem;
}
.van-toast__text {
font-size: 4rem;
height: 5rem;
line-height: 5rem;
padding: 0 2rem;
}