From 7f56de79747fed64b5c57f93f115e962495bd0e3 Mon Sep 17 00:00:00 2001 From: Maciej Pienczyn Date: Tue, 7 Apr 2026 18:08:58 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20remaining=20footer=20contrast=20?= =?UTF-8?q?=E2=80=94=20footer-creator=20span=20+=20footer-section=20a?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Missed 2 occurrences of #94a3b8 in previous commit. Now zero instances of the old color remain in base.html. Co-Authored-By: Claude Opus 4.6 (1M context) --- templates/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/base.html b/templates/base.html index 78926cd..9bedaca 100755 --- a/templates/base.html +++ b/templates/base.html @@ -843,7 +843,7 @@ } .footer-creator span { - color: #94a3b8; + color: #b0bec5; } .creator-link { @@ -862,7 +862,7 @@ } .footer-section a { - color: #94a3b8; + color: #b0bec5; } /* ============================================================