Sadly had to tone down

due to font color of buttons
This commit is contained in:
Ben Arc 2023-02-20 23:17:40 +00:00
parent bf097a3493
commit 910727a7f4
2 changed files with 5 additions and 5 deletions

View File

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

View File

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