ui: change dark mode background configs (#2720)

This commit is contained in:
Michael Genson 2023-11-15 09:30:56 -06:00 committed by GitHub
parent bc575ec5ae
commit 2589849682
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@
.layout-leave-active {
transition: opacity 0.2s;
}
.layout-enter,
.layout-leave-active {
opacity: 0;
@ -16,15 +17,15 @@
}
.theme--dark.v-application {
background-color: var(--v-background-base, #121212) !important;
background-color: var(--v-background-base, #1e1e1e) !important;
}
.theme--dark.v-navigation-drawer {
background-color: var(--v-background-base, #121212) !important;
background-color: var(--v-background-base, #1e1e1e) !important;
}
.theme--dark.v-card {
background-color: #2b2b2b !important;
background-color: #1e1e1e !important;
}
.left-border {