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.
This commit is contained in:
2026-08-25 20:29:22 +10:00
parent f6616a5863
commit b67ada9c65
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -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}