Fix bg.svg tiling seam, text logo uses --accent-color-secondary. Bump 03.09.24
Some checks failed
Repo Health / Access control (push) Successful in 1s
Auto-Update SHA Hash / Update SHA-256 Hash in updates.xml (release) Failing after 4s
Repo Health / Release configuration (push) Failing after 4s
Repo Health / Scripts governance (push) Successful in 4s
Repo Health / Repository health (push) Failing after 4s

- SVG: added viewBox, extended rects to 494px to cover full area
  after translate offset (eliminates bottom seam line)
- Text logo: uses --accent-color-secondary universally (both themes)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jonathan Miller
2026-04-18 13:46:43 -05:00
parent 33ac1481ac
commit 3f10feb0b0
6 changed files with 21 additions and 24 deletions

View File

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