Skip to content

Commit

Permalink
#56 add: new colors
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek committed Feb 4, 2024
1 parent 0d99a3e commit 7332ab2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions src/css/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,12 @@
body.bex.q-body--prevent-scroll {
position: inherit !important;
}

// https://quasar.dev/style/color-palette#color-list
:root {
//--q-primary: #3f51b5;
--q-primary: rgb(40, 53, 147);
--q-secondary: rgb(92, 107, 192);
//--q-accent: #8c9eff;
--q-accent: rgb(40, 53, 147);
}
2 changes: 1 addition & 1 deletion src/pages/PopupPage.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<q-layout view="lHh Lpr lFf">
<q-header elevated>
<q-header elevated class="bg-indigo-9">
<q-toolbar>
<q-btn
flat
Expand Down

0 comments on commit 7332ab2

Please sign in to comment.