fix: restore full-guide font scale
This commit is contained in:
@@ -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 (
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user