feat: use same background color as bottom most background svg element

This commit is contained in:
Sebin Nyshkim 2023-03-27 23:34:38 +02:00
parent 87dd1649b9
commit dbb317e19a

View file

@ -128,7 +128,7 @@
/* semantic color variables for this project */ /* semantic color variables for this project */
:root { :root {
--color-background: var(--theme-c-antique-white); --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); --color-border: var(--theme-c-crystal-blue);
@ -167,8 +167,7 @@
:root { :root {
--page-background-image: url(@/assets/layered-waves-dark.svg); --page-background-image: url(@/assets/layered-waves-dark.svg);
--color-background: var(--theme-c-dark-grey-blue); --color-background: var(--theme-c-dark-grey-blue);
--color-background-body: var(--theme-c-deep-oak);
--color-border: var(--theme-c-desert-sand);
--color-heading: var(--theme-c-text-dark); --color-heading: var(--theme-c-text-dark);
--color-text: var(--theme-c-text-dark); --color-text: var(--theme-c-text-dark);