fix: unify typography and review interactions
verify-and-publish / gate (push) Successful in 5m35s
verify-and-publish / publish (push) Has been skipped

This commit is contained in:
Marcos Paulo
2026-09-06 16:34:39 +00:00
parent ef5e8e8b42
commit 61de2f6270
9 changed files with 196 additions and 23 deletions
+8
View File
@@ -329,6 +329,14 @@ if (
)
)
throw new Error('missing rules responsive contract');
if (
![
'body{min-width:320px;margin:0;color:var(--ink);background:var(--paper);font-family:var(--font-sans)}',
'max-width:75ch;font-size:var(--step-24)',
'max-width:75ch;font-size:var(--step-20)',
].every((token) => builtCss.includes(token))
)
throw new Error('rules page lost its global font or 4K prose scale');
if (
!['font:700 var(--step-18) var(--font-mono)', 'font:500 var(--step-48) var(--font-mono)'].every(
(token) => builtCss.includes(token),