Fix light mode hero - swap dark navy for light grey gradient

This commit is contained in:
Jezza Hehn 2026-04-10 02:09:36 +00:00
parent cbecb8c96e
commit bc43a90510

View file

@ -55,7 +55,20 @@
/* ====== LIGHT THEME ====== */
[data-theme="light"] .hero.is-kp {
background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 50%, #dee2e6 100%);
}
[data-theme="light"] .hero.is-kp .title.has-text-white {
color: #1a1a1a !important;
}
[data-theme="light"] .hero.is-kp .subtitle.has-text-light {
color: #333 !important;
}
[data-theme="light"] .hero.is-kp .button.is-outlined.is-light {
border-color: #1a1a1a;
color: #1a1a1a;
}
[data-theme="light"] {