mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-04 21:15:22 +02:00
Merge branch 'mealie-next' into l10n_mealie-next
This commit is contained in:
commit
7ecba52075
2 changed files with 7 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue