Skip to content

Commit 2589849

Browse files
ui: change dark mode background configs (#2720)
1 parent bc575ec commit 2589849

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

frontend/assets/css/main.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
.layout-leave-active {
33
transition: opacity 0.2s;
44
}
5+
56
.layout-enter,
67
.layout-leave-active {
78
opacity: 0;
@@ -16,15 +17,15 @@
1617
}
1718

1819
.theme--dark.v-application {
19-
background-color: var(--v-background-base, #121212) !important;
20+
background-color: var(--v-background-base, #1e1e1e) !important;
2021
}
2122

2223
.theme--dark.v-navigation-drawer {
23-
background-color: var(--v-background-base, #121212) !important;
24+
background-color: var(--v-background-base, #1e1e1e) !important;
2425
}
2526

2627
.theme--dark.v-card {
27-
background-color: #2b2b2b !important;
28+
background-color: #1e1e1e !important;
2829
}
2930

3031
.left-border {

0 commit comments

Comments
 (0)