From d8a4c0023b62b623cda350167c216a7140887254 Mon Sep 17 00:00:00 2001 From: "johannes.vos" Date: Tue, 19 May 2026 19:07:24 +0200 Subject: [PATCH] Change Colors of Footer --- src/features/footer/components/Footer.vue | 2 +- src/styles/variables/colors.css | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/features/footer/components/Footer.vue b/src/features/footer/components/Footer.vue index 5ca9a04..31fc5e2 100644 --- a/src/features/footer/components/Footer.vue +++ b/src/features/footer/components/Footer.vue @@ -40,7 +40,7 @@ const copyrightPeriod = display: flex; justify-content: center; padding: var(--padding-y); + background-color: var(--light-d-1); margin-top: var(--padding-y); - background-color: var(--light-bg); } \ No newline at end of file diff --git a/src/styles/variables/colors.css b/src/styles/variables/colors.css index eac3638..a16defc 100644 --- a/src/styles/variables/colors.css +++ b/src/styles/variables/colors.css @@ -88,9 +88,9 @@ limitations under the License. --dark-l-2: var(--white-d-2); --dark-l-1: var(--white-d-1); --dark: var(--white); - - --light-bg: oklch(0.14 0 0); - --light-d-1: var(--black-l-1); + + --light: var(--black); + --light-d-1: oklch(0.24 0 0); --light-d-2: var(--black-l-2); --light-d-3: var(--black-l-3); --light-d-4: var(--black-l-4); @@ -98,9 +98,9 @@ limitations under the License. --light-d-6: var(--black-l-6); --light-d-7: var(--black-l-7); --light-d-8: var(--black-l-8); - + --dark-bg: var(--white); - --light-bg: oklch(0.14 0 0); + --light-bg: oklch(0.14 0 0); } } @@ -114,9 +114,9 @@ limitations under the License. --dark-l-2: var(--white-d-2); --dark-l-1: var(--white-d-1); --dark: var(--white); - - --light-bg: oklch(0.14 0 0); - --light-d-1: var(--black-l-1); + + --light: var(--black); + --light-d-1: oklch(0.24 0 0); --light-d-2: var(--black-l-2); --light-d-3: var(--black-l-3); --light-d-4: var(--black-l-4); @@ -124,7 +124,7 @@ limitations under the License. --light-d-6: var(--black-l-6); --light-d-7: var(--black-l-7); --light-d-8: var(--black-l-8); - + --dark-bg: var(--white); - --light-bg: oklch(0.14 0 0); + --light-bg: oklch(0.14 0 0); } \ No newline at end of file