fix color schema

This commit is contained in:
jxxghp
2023-07-02 10:45:37 +08:00
parent 6ad96c51ff
commit c5bb4a115c
+1 -7
View File
@@ -9,17 +9,11 @@ html {
}
body {
background: #F4F5FA;
background: rgb(var(--v-theme-background));
overscroll-behavior-y: contain;
--webkit-overflow-scrolling: touch;
}
@media (prefers-color-scheme: dark) {
body {
background: #28243D;
}
}
body,
#app,
.v-application {