diff options
Diffstat (limited to 'src/scopes/_body.vars.scss')
-rw-r--r-- | src/scopes/_body.vars.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/scopes/_body.vars.scss b/src/scopes/_body.vars.scss index 6c38c3f..1de2cfd 100644 --- a/src/scopes/_body.vars.scss +++ b/src/scopes/_body.vars.scss | |||
@@ -4,8 +4,9 @@ | |||
4 | @use '../layouts/container.vars' as container; | 4 | @use '../layouts/container.vars' as container; |
5 | 5 | ||
6 | $font-size: props.def(--s-body--font-size, props.get(core.$font-size--150)) !default; | 6 | $font-size: props.def(--s-body--font-size, props.get(core.$font-size--150)) !default; |
7 | $line-height: props.def(--s-body--line-height, calc(props.get(core.$font--standard--line-height) + .1)) !default; | ||
7 | $paragraph--margin-bs: props.def(--s-body--paragraph--margin-bs, props.get(core.$size--300)) !default; | 8 | $paragraph--margin-bs: props.def(--s-body--paragraph--margin-bs, props.get(core.$size--300)) !default; |
8 | $paragraph--max-inline-size: props.def(--s-body--paragraph--max-inline-size, props.get(container.$fixed)) !default; | 9 | $paragraph--max-inline-size: props.def(--s-body--paragraph--max-inline-size, props.get(container.$fixed)) !default; |
9 | $img--max-block-size: props.def(--s-body--img--max-block-size, calc(100vh - props.get(core.$size--2400))) !default; | 10 | $img--max-block-size: props.def(--s-body--img--max-block-size, none) !default; |
10 | 11 | ||
11 | $strong--text-color: props.def(--s-body--strong--text-color, props.get(core.$theme, --heading), 'color') !default; | 12 | $strong--text-color: props.def(--s-body--strong--text-color, props.get(core.$theme, --heading), 'color') !default; |