From 2feca465d00650ba7493d543cc311648998cffd3 Mon Sep 17 00:00:00 2001 From: testtest126 <44771568+testtest126@users.noreply.github.com> Date: Mon, 27 Jul 2026 22:31:42 +0200 Subject: [PATCH] Docs: give the home page the real MateMate moodboard identity MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit docs/index.html invented its own green/buff palette instead of the project's actual identity (brass #8A6216 light / gold #E7BA5C dark, cream #F6EFE2 / walnut #171109 surfaces — see docs/design/moodboard/MOODBOARD.md in the LULL repo, canonical source for both projects' visual identity). - Both theme paths (the `prefers-color-scheme` media query, which is what real visitors get with no toggle on this page, and the `data-theme` attribute override) now read the same brass/gold/ cream/walnut tokens. - The hero is a deliberately dark, walnut-toned surface in both page themes (same idea as the original "deliberately green in both themes" comment) — so it always pairs with gold, the dark-surface half of the accent, never brass. Introduced named --hero-* tokens in place of the hardcoded hex the hero rules used before. - Dark mode's accent-on-fill label color is #1F1F1F, not white — the app's own contrast rule (`BrandCTALabelColor`): white on gold fails WCAG. Verified all new text/background pairs are >=4.5:1 (most 5.5-15:1); decorative dividers stay at the original's low contrast, same as before. - Removed the unused --green*/--buff* tokens the previous palette left dead in :root (never read via var(), the hero rules hardcoded their own hex instead). - No copy, stats, layout, or structure changed — colors only. Scope: home page only (docs/index.html), per the task. architecture/ and the-fleet/ each run their own larger multi-skin theme engine with a much bigger token set that doesn't extend cleanly from this simple palette, and the-fleet/index.html is also mid-flight in open PR #200 (viewport-meta fix) — left both untouched to avoid destabilizing the former and colliding with the latter. --- docs/index.html | 53 ++++++++++++++++++++++++++++--------------------- 1 file changed, 30 insertions(+), 23 deletions(-) diff --git a/docs/index.html b/docs/index.html index bb0ffb2..19cca90 100644 --- a/docs/index.html +++ b/docs/index.html @@ -11,32 +11,39 @@