Fix light mode footer - white text on dark bg was invisible

This commit is contained in:
Jezza Hehn 2026-04-10 02:12:27 +00:00
parent bc43a90510
commit e375cc5370

View file

@ -107,6 +107,12 @@
background-color: #ffffff;
}
[data-theme="light"] .footer.has-background-dark.has-text-light {
background-color: #e9ecef !important;
color: #1a1a1a !important;
border-top: 1px solid #dee2e6;
}
/* ====== FOREST THEME ====== */
[data-theme="forest"] .hero.is-kp {
background: linear-gradient(135deg, #0d1a0d 0%, #1a3a1a 50%, #0f2e0f 100%);