From d5c714cbd880fdf225124142fa34257357efcaef Mon Sep 17 00:00:00 2001 From: "johannes.vos" Date: Tue, 19 May 2026 19:09:51 +0200 Subject: [PATCH] Change Colors of Footer --- src/features/footer/components/Footer.vue | 2 +- src/styles/variables/colors.css | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/features/footer/components/Footer.vue b/src/features/footer/components/Footer.vue index 31fc5e2..5ca9a04 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 a16defc..045d801 100644 --- a/src/styles/variables/colors.css +++ b/src/styles/variables/colors.css @@ -90,7 +90,7 @@ limitations under the License. --dark: var(--white); --light: var(--black); - --light-d-1: oklch(0.24 0 0); + --light-d-1: oklch(0.10 0 0); --light-d-2: var(--black-l-2); --light-d-3: var(--black-l-3); --light-d-4: var(--black-l-4); @@ -100,7 +100,7 @@ limitations under the License. --light-d-8: var(--black-l-8); --dark-bg: var(--white); - --light-bg: oklch(0.14 0 0); + --light-bg: oklch(0.18 0 0); } } @@ -116,7 +116,7 @@ limitations under the License. --dark: var(--white); --light: var(--black); - --light-d-1: oklch(0.24 0 0); + --light-d-1: oklch(0.10 0 0); --light-d-2: var(--black-l-2); --light-d-3: var(--black-l-3); --light-d-4: var(--black-l-4); @@ -126,5 +126,5 @@ limitations under the License. --light-d-8: var(--black-l-8); --dark-bg: var(--white); - --light-bg: oklch(0.14 0 0); + --light-bg: oklch(0.18 0 0); } \ No newline at end of file