Merge pull request #92 from ipnet-mesh/fix/network-name-colours

Fix hero title to use black/white per theme
This commit is contained in:
JingleManSweep
2026-02-10 18:24:16 +00:00
committed by GitHub

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 */