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
+1 -1
View File
@@ -47,7 +47,7 @@ const { navLabel = 'Chapter navigation' } = Astro.props;
color: var(--ink);
border: 1px solid var(--ink);
text-decoration: none;
font: var(--step-0) monospace;
font: var(--step-0) var(--font-mono);
text-transform: uppercase;
}