We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc575ec commit 2589849Copy full SHA for 2589849
frontend/assets/css/main.css
@@ -2,6 +2,7 @@
2
.layout-leave-active {
3
transition: opacity 0.2s;
4
}
5
+
6
.layout-enter,
7
8
opacity: 0;
@@ -16,15 +17,15 @@
16
17
18
19
.theme--dark.v-application {
- background-color: var(--v-background-base, #121212) !important;
20
+ background-color: var(--v-background-base, #1e1e1e) !important;
21
22
23
.theme--dark.v-navigation-drawer {
24
25
26
27
.theme--dark.v-card {
- background-color: #2b2b2b !important;
28
+ background-color: #1e1e1e !important;
29
30
31
.left-border {
0 commit comments