style: Phase 18 Wave 2 — appbar navy, dark hero legibility, true page ground, green-on-green play chip

This commit is contained in:
daniel-c-harvey
2026-06-19 20:32:21 -04:00
parent 0f7088fe86
commit fcc95b9195
6 changed files with 44 additions and 11 deletions
@@ -81,3 +81,18 @@
align-items: stretch;
}
}
/* Dark-mode text overrides (Phase 18, Correction B).
Light mode is pixel-identical — no changes to the rules above.
In dark, the navy page ground makes --deepdrft-navy text invisible; invert to light tokens. */
:global(.deepdrft-theme-dark) .hero-title {
color: var(--deepdrft-page-text);
}
:global(.deepdrft-theme-dark) .hero-title em {
color: var(--deepdrft-green-accent);
}
:global(.deepdrft-theme-dark) .hero-desc {
color: var(--deepdrft-page-text);
}