fix: restore full-guide font scale
This commit is contained in:
@@ -329,6 +329,12 @@ if (
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
throw new Error('missing rules responsive contract');
|
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"']))
|
if (!has(html.review, ['id="catalog"', 'id="skill-filter"', 'id="skill-list"', 'id="detail"']))
|
||||||
throw new Error('missing review page-content contract');
|
throw new Error('missing review page-content contract');
|
||||||
if (
|
if (
|
||||||
|
|||||||
@@ -2004,7 +2004,7 @@ const base = import.meta.env.BASE_URL;
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.effort-rail button b {
|
.effort-rail button b {
|
||||||
font: 700 1var (--step-08) var(--font-mono);
|
font: 700 var(--step-18) var(--font-mono);
|
||||||
}
|
}
|
||||||
.effort-rail button small {
|
.effort-rail button small {
|
||||||
color: var(--muted);
|
color: var(--muted);
|
||||||
@@ -2564,7 +2564,7 @@ const base = import.meta.env.BASE_URL;
|
|||||||
border-bottom: 1px solid var(--guide-accent-rule);
|
border-bottom: 1px solid var(--guide-accent-rule);
|
||||||
}
|
}
|
||||||
.common-skill-detail header span {
|
.common-skill-detail header span {
|
||||||
font: 500 4var (--step-08) var(--font-mono);
|
font: 500 var(--step-48) var(--font-mono);
|
||||||
opacity: 0.34;
|
opacity: 0.34;
|
||||||
}
|
}
|
||||||
.common-skill-detail header small {
|
.common-skill-detail header small {
|
||||||
|
|||||||
Reference in New Issue
Block a user