diff --git a/dist/simple-doc.html b/dist/simple-doc.html index 7ad2bf3..b1299bd 100644 --- a/dist/simple-doc.html +++ b/dist/simple-doc.html @@ -112,6 +112,30 @@ .cat { display: flex; align-items: center; gap: 12px; font-size: 14px; } .cat .sw { width: 26px; height: 18px; border-radius: 4px; flex: none; border: 1px solid rgba(0,0,0,.06); } + code { + font-family: ui-monospace, 'SF Mono', Menlo, Consolas, monospace; + font-size: 0.86em; + background: var(--cream); + border: 1px solid var(--line); + border-radius: 5px; + padding: 1px 6px; + color: var(--brand); + white-space: nowrap; + } + + /* Developer reference — swatch cards + spec rows */ + .refgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 10px; } + .refcard { + display: flex; align-items: center; gap: 12px; + background: var(--paper); border: 1px solid var(--line); + border-radius: 10px; padding: 10px 12px; + } + .refcard .chip { width: 34px; height: 34px; border-radius: 7px; flex: none; border: 1px solid rgba(0,0,0,.08); } + .refcard .role { display: block; font-size: 13.5px; font-weight: 600; color: var(--ink); } + .refcard .hex { display: block; font-family: ui-monospace, Menlo, monospace; font-size: 12px; color: var(--muted); } + .specs { margin: 14px 0 0; font-size: 14px; color: var(--ink); } + .specs li { margin-bottom: 6px; } + /* "Waiting on you" — crimson accent */ .group.waiting > h2 { border-bottom-color: var(--crimson); } .group.waiting ul.items li { border-left-color: var(--crimson); } @@ -138,7 +162,7 @@

Plain-Language Guide

Kaiser-Natron®
what changed, in plain words

-

A non-technical summary of the visual and content changes to the site. The detailed developer version lives at /dev-doc.html — this is the same story without the code.

+

A non-technical summary of the visual and content changes to the site. The detailed developer version lives at /dev-doc — this is the same story without the code.

Updated 24 June 2026 · Branch feat/shop-category-sections

@@ -152,9 +176,9 @@

Look & feel

+
+

Quick reference (for the developer)

+

The exact values, in case they're handy — nothing you need to act on.

+
+
Brand green#006548
+
Crimson — buttons/CTAs#cc0230
+
Mint — link hover#6eceb2
+
Yellow — emphasis on green#e9c84b
+
White — backgrounds#ffffff
+
Kitchen — lime#c6d47d
+
Clean — grapefruit#eb5a61
+
Wash — plum#c15a7e
+
Care — orange#f1864c
+
+ +
+

Still waiting on a decision (content owner)