mirror of
https://github.com/ipnet-mesh/meshcore-hub.git
synced 2026-03-28 17:42:56 +01:00
Fix hero title to use black/white per theme
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user