Offline text logo: primary color on light, heading-color on dark. Bump 03.09.21
Some checks failed
Repo Health / Access control (push) Successful in 1s
Repo Health / Release configuration (push) Failing after 4s
Repo Health / Scripts governance (push) Successful in 4s
Auto-Update SHA Hash / Update SHA-256 Hash in updates.xml (release) Failing after 9s
Repo Health / Repository health (push) Failing after 3s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jonathan Miller
2026-04-18 13:31:27 -05:00
parent 958738a69c
commit fd58285e3a
5 changed files with 22 additions and 18 deletions

View File

@@ -78,7 +78,11 @@
font-size: 2rem;
font-weight: 700;
font-family: 'Osaka', var(--body-font-family, sans-serif);
color: var(--heading-color, var(--body-font-color, #f1f5f9));
color: var(--color-primary, #112855);
}
:root[data-bs-theme="dark"] .moko-offline-brand .site-title {
color: var(--heading-color, #f1f5f9);
}
.moko-offline-brand .brand-tagline {