diff --git a/frontend/app/assets/main.css b/frontend/app/assets/main.css index 865db4e3d..3773ee23e 100644 --- a/frontend/app/assets/main.css +++ b/frontend/app/assets/main.css @@ -20,16 +20,12 @@ max-width: 1100px !important; } -.theme--dark.v-application { - background-color: rgb(var(--v-theme-background, 30, 30, 30)) !important; +.v-theme--dark.v-application { + background-color: rgb(var(--v-theme-background)) !important; } -.theme--dark.v-navigation-drawer { - background-color: rgb(var(--v-theme-background, 30, 30, 30)) !important; -} - -.theme--dark.v-card { - background-color: #1e1e1e !important; +.v-theme--dark .v-navigation-drawer { + background-color: rgb(var(--v-theme-background)) !important; } .left-border { diff --git a/frontend/app/components/Domain/Recipe/RecipeTimeline.vue b/frontend/app/components/Domain/Recipe/RecipeTimeline.vue index 3f90a37a6..170e33db0 100644 --- a/frontend/app/components/Domain/Recipe/RecipeTimeline.vue +++ b/frontend/app/components/Domain/Recipe/RecipeTimeline.vue @@ -1,6 +1,6 @@