Commit e27bebf
committed
Align marginalia palette with site design tokens
The marginalia grammar had drifted onto its own slate/coral palette
(#2b3441 / #c85a4a / #ececea), unrelated to the site's warm browns
and brand orange (#521000 / #FF4801 / #F5F1EB). Every prototype and
the gestalt page inherited the drift. Fixed by remapping the grammar's
four palette constants onto site tokens, and removing every stray
neutral rgba from the prototype scaffolds.
Mapping:
INK #2b3441 → #521000 (--text)
INK_SOFT #6e7888 → rgba(82, 16, 0, .7) (--muted)
EMPHASIS #c85a4a → #FF4801 (--accent)
SOFT_FILL rgba(0,0,0,.06) → rgba(255, 72, 1, .08) (--accent-soft)
Other touches:
- gestalt page CSS now mirrors site palette (--paper #F5F1EB, --rule
#EBD5C1) and uses var(--rule) for section dividers instead of a
hardcoded grey
- prototype banner background swapped from rgba(0,0,0,.04) to
var(--accent-soft) so it pulls from the same theme
- operators-polish-comparison drops the bespoke --bad/--good colours
in favour of a single accent paint, distinguishing before from
after by hollow ring vs filled dot rather than by hue. Caption text
("red dots" / "green dots") updated accordingly
Audit: grep over public/prototyping/**/*.html now finds only
#521000, #EBD5C1, #F5F1EB, #FF4801, rgba(255, 72, 1, 0.08), and
rgba(82, 16, 0, 0.7). Six values, all site tokens.
https://claude.ai/code/session_01MazwoRWAihW6dwso3fMCHE1 parent d5e3e23 commit e27bebf
13 files changed
Lines changed: 167 additions & 148 deletions
File tree
- public/prototyping
- scripts
- src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments