fix: remaining footer contrast — footer-creator span + footer-section a

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) <noreply@anthropic.com>
This commit is contained in:
Maciej Pienczyn 2026-04-07 18:08:58 +02:00
parent 700c99136e
commit 7f56de7974

View File

@ -843,7 +843,7 @@
} }
.footer-creator span { .footer-creator span {
color: #94a3b8; color: #b0bec5;
} }
.creator-link { .creator-link {
@ -862,7 +862,7 @@
} }
.footer-section a { .footer-section a {
color: #94a3b8; color: #b0bec5;
} }
/* ============================================================ /* ============================================================