Fix: offline text logo uses heading-color for dark theme visibility
Some checks failed
Repo Health / Access control (push) Successful in 0s
Repo Health / Release configuration (push) Failing after 3s
Repo Health / Scripts governance (push) Successful in 3s
Repo Health / Repository health (push) Failing after 4s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jonathan Miller
2026-04-18 12:58:33 -05:00
parent e446dd6a26
commit 05c66898c2

View File

@@ -95,7 +95,7 @@
font-size: 2rem;
font-weight: 700;
font-family: 'Osaka', var(--body-font-family, sans-serif);
text-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
color: var(--heading-color, var(--body-font-color, #f1f5f9));
}
.moko-offline-brand .brand-tagline {