Sadly had to tone down
due to font color of buttons
This commit is contained in:
parent
bf097a3493
commit
910727a7f4
|
@ -24,8 +24,8 @@ $themes: (
|
|||
marginal-text: #fff
|
||||
),
|
||||
'cyber': (
|
||||
primary: #ccff00,
|
||||
secondary: #a4c910,
|
||||
primary: #7cb342,
|
||||
secondary: #558b2f,
|
||||
dark: #0a0a0a,
|
||||
info: #1b1b1b,
|
||||
marginal-bg: #2d293b,
|
||||
|
@ -107,11 +107,11 @@ $themes: (
|
|||
}
|
||||
|
||||
[data-theme='cyber'] .q-drawer--dark {
|
||||
background: #ccff00 !important;
|
||||
background: #0a0a0a !important;
|
||||
}
|
||||
|
||||
[data-theme='cyber'] .q-header {
|
||||
background: #ccff00 !important;
|
||||
background: #0a0a0a !important;
|
||||
}
|
||||
|
||||
[data-theme='salvador'] .q-drawer--dark {
|
||||
|
|
|
@ -146,7 +146,7 @@
|
|||
flat
|
||||
@click="changeColor('cyber')"
|
||||
icon="format_color_fill"
|
||||
color="light-green-7"
|
||||
color="light-green-9"
|
||||
size="md"
|
||||
><q-tooltip>cyber</q-tooltip>
|
||||
</q-btn>
|
||||
|
|
Loading…
Reference in New Issue
Block a user