Fix hero title to use black/white per theme

This commit is contained in:
Louis King
2026-02-10 18:23:46 +00:00
parent e80cd3a83c
commit 947c12bfe1

View File

@@ -49,9 +49,12 @@
filter: brightness(0.15);
}
/* Soften hero heading to dark grey in light mode */
/* Ensure hero heading is pure black/white per theme */
.hero-title {
color: #fff;
}
[data-theme="light"] .hero-title {
color: #6b7280;
color: #000;
}
/* Nav icon colors */