mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-06-06 08:10:21 +08:00
fix color schema
This commit is contained in:
@@ -9,11 +9,17 @@ html {
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: var(--v-theme-background);
|
||||
background: #F4F5FA;
|
||||
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