From 94cdf6aa9917d429aede9221f1abeeeb9cc1c468 Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Sun, 10 May 2026 15:23:07 +0200 Subject: [PATCH] Use CSS variables in the footer --- src/features/footer/components/Footer.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/footer/components/Footer.vue b/src/features/footer/components/Footer.vue index d72764a..f411962 100644 --- a/src/features/footer/components/Footer.vue +++ b/src/features/footer/components/Footer.vue @@ -24,7 +24,7 @@ const copyrightPeriod = display: flex; justify-content: center; padding: var(--padding-y); - background-color: #f2f2f2; + background-color: var(--light-d-1); margin-top: var(--padding-y); } \ No newline at end of file