From 4fe408f067639b6cb9237e9e1a89d9beb3a7ee04 Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 29 Nov 2022 22:13:40 +0000 Subject: [PATCH] Fixed css --- lnbits/static/scss/base.scss | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/lnbits/static/scss/base.scss b/lnbits/static/scss/base.scss index c8951fcdc..672a85b61 100644 --- a/lnbits/static/scss/base.scss +++ b/lnbits/static/scss/base.scss @@ -7,7 +7,7 @@ $colors in $themes { [data-theme='#{$theme}'] .q-drawer--dark, body[data-theme='#{$theme}'].body--dark, [data-theme='#{$theme}'] .q-menu--dark { - background: $color; + background: $color !important; } /* IF WANTING TO SET A DARKER BG COLOR IN THE FUTURE // set a darker body bg for all themes, when in "dark mode" @@ -19,7 +19,7 @@ $colors in $themes { @if $name=='info' { [data-theme='#{$theme}'] .q-card--dark, [data-theme='#{$theme}'] .q-stepper--dark { - background: $color; + background: $color !important; } } } @@ -27,37 +27,37 @@ $colors in $themes { @each $name, $color in $colors { .bg-#{$name} { - background: $color; + background: $color !important; } .text-#{$name} { - color: $color; + color: $color !important; } } } } [data-theme='freedom'] .q-drawer--dark { - background: #0a0a0a; + background: #0a0a0a !important; } [data-theme='freedom'] .q-header { - background: #0a0a0a; + background: #0a0a0a !important; } [data-theme='salvador'] .q-drawer--dark { - background: #242424; + background: #242424 !important; } [data-theme='salvador'] .q-header { - background: #0f47af; + background: #0f47af !important; } [data-theme='flamingo'] .q-drawer--dark { - background: #e75480; + background: #e75480 !important; } [data-theme='flamingo'] .q-header { - background: #e75480; + background: #e75480 !important; } [v-cloak] {