From b67ada9c65ece02539d324c021b5c2c0889fed4c Mon Sep 17 00:00:00 2001 From: jwright Date: Tue, 25 Aug 2026 20:29:22 +1000 Subject: [PATCH] review pass: restore page tokens lost in the masthead refactor, revert wrap width, artefact register The shared-masthead change stripped the mirror page's local :root including four tokens the shell does not define (card, void-2, good, bad), leaving card backgrounds and status colours undefined on the live page. The index wrap was also narrowed to 64ch, squeezing the chapter cards; the masthead carries its own width limit so wrap returns to 56rem. Two American spellings in mirror prose corrected to artefact. --- pilot/index.tpl.html | 2 +- pilot/mirror.tpl.html | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pilot/index.tpl.html b/pilot/index.tpl.html index c4327ad..b253f82 100644 --- a/pilot/index.tpl.html +++ b/pilot/index.tpl.html @@ -2,7 +2,7 @@ *{box-sizing:border-box} body{margin:0;background:var(--void);color:var(--ink);font-family:var(--sans); -webkit-font-smoothing:antialiased} -.wrap{max-width:64ch;margin:0 auto;padding:0 1.25rem} +.wrap{max-width:56rem;margin:0 auto;padding:0 1.25rem} h1 em{color:transparent;background:linear-gradient(100deg,var(--cyan) 10%,var(--magenta)); -webkit-background-clip:text;background-clip:text;padding-bottom:.12em} .card{position:relative} diff --git a/pilot/mirror.tpl.html b/pilot/mirror.tpl.html index d80c8db..a96721a 100644 --- a/pilot/mirror.tpl.html +++ b/pilot/mirror.tpl.html @@ -1,4 +1,5 @@