From e8bee6e16f1d03e611597ce5a36e9d9ffee37d14 Mon Sep 17 00:00:00 2001 From: mattknatt Date: Mon, 1 Jun 2026 21:14:38 +0200 Subject: [PATCH] Update footer text color in App.css for improved readability --- frontend/src/App.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/App.css b/frontend/src/App.css index 3324307..b0154f2 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css @@ -39,7 +39,7 @@ width: 100%; padding: 1.5rem 1rem; text-align: center; - color: #aaa; + color: #242424; font-size: 0.8rem; }