Changed primary/secondary colours to branded

This commit is contained in:
Ben Arc
2021-06-29 02:10:30 +01:00
parent c39dfbaee2
commit b0c0b9f851
29 changed files with 90 additions and 93 deletions
+1 -1
View File
@@ -36,8 +36,8 @@ $themes: (
@each $theme, $colors in $themes {
@each $name, $color in $colors {
@if $name == 'dark' {
body.body--dark [data-theme='#{$theme}'],
[data-theme='#{$theme}'] .q-drawer--dark,
body.body--dark [data-theme='#{$theme}'] .q-layout,
[data-theme='#{$theme}'] .q-menu--dark {
background: $color !important;
}