Skip to content

Commit

Permalink
ui: change dark mode background configs (#2720)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-genson authored Nov 15, 2023
1 parent bc575ec commit 2589849
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions frontend/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
.layout-leave-active {
transition: opacity 0.2s;
}

.layout-enter,
.layout-leave-active {
opacity: 0;
Expand All @@ -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 {
Expand Down

0 comments on commit 2589849

Please sign in to comment.