From 339e0e9e0eb0bec06b321ff7df2bbeda5e751b64 Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Thu, 14 Sep 2023 12:35:39 +0200 Subject: [PATCH] fix: wrong color --- static-src/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static-src/styles.css b/static-src/styles.css index b7948ac..5e9b3cd 100644 --- a/static-src/styles.css +++ b/static-src/styles.css @@ -223,7 +223,7 @@ footer { margin: 4.8rem 0 0; padding: 0 1.6rem 1.6rem; background-color: var(--footer-background-color); - color: var(--footer-background-color); + color: var(--footer-text-color); } .container {