mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-11 18:10:49 +08:00
fix color schema
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user