feat: use same background color as bottom most background svg element
This commit is contained in:
parent
87dd1649b9
commit
dbb317e19a
1 changed files with 2 additions and 3 deletions
|
@ -128,7 +128,7 @@
|
|||
/* semantic color variables for this project */
|
||||
:root {
|
||||
--color-background: var(--theme-c-antique-white);
|
||||
--color-background-body: var(--theme-c-walnut-brown);
|
||||
--color-background-body: var(--theme-c-desert-sand);
|
||||
|
||||
--color-border: var(--theme-c-crystal-blue);
|
||||
|
||||
|
@ -167,8 +167,7 @@
|
|||
:root {
|
||||
--page-background-image: url(@/assets/layered-waves-dark.svg);
|
||||
--color-background: var(--theme-c-dark-grey-blue);
|
||||
|
||||
--color-border: var(--theme-c-desert-sand);
|
||||
--color-background-body: var(--theme-c-deep-oak);
|
||||
|
||||
--color-heading: var(--theme-c-text-dark);
|
||||
--color-text: var(--theme-c-text-dark);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue