fix: restore full-guide font scale
verify-and-publish / gate (push) Successful in 9m16s
verify-and-publish / publish (push) Has been skipped

This commit is contained in:
Marcos Paulo
2026-09-06 09:38:07 +00:00
parent 25ef5af63e
commit ef5e8e8b42
2 changed files with 8 additions and 2 deletions
+6
View File
@@ -329,6 +329,12 @@ if (
)
)
throw new Error('missing rules responsive contract');
if (
!['font:700 var(--step-18) var(--font-mono)', 'font:500 var(--step-48) var(--font-mono)'].every(
(token) => builtCss.includes(token),
)
)
throw new Error('full-guide lost its effort or skill-display type scale');
if (!has(html.review, ['id="catalog"', 'id="skill-filter"', 'id="skill-list"', 'id="detail"']))
throw new Error('missing review page-content contract');
if (
+2 -2
View File
@@ -2004,7 +2004,7 @@ const base = import.meta.env.BASE_URL;
cursor: pointer;
}
.effort-rail button b {
font: 700 1var (--step-08) var(--font-mono);
font: 700 var(--step-18) var(--font-mono);
}
.effort-rail button small {
color: var(--muted);
@@ -2564,7 +2564,7 @@ const base = import.meta.env.BASE_URL;
border-bottom: 1px solid var(--guide-accent-rule);
}
.common-skill-detail header span {
font: 500 4var (--step-08) var(--font-mono);
font: 500 var(--step-48) var(--font-mono);
opacity: 0.34;
}
.common-skill-detail header small {