Merge branch 'lnbits:main' into main

This commit is contained in:
Uthpala 2022-11-30 00:29:27 +01:00 committed by GitHub
commit 697b105a10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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] {