diff options
Diffstat (limited to 'src/scopes/_implicit.scss')
| -rw-r--r-- | src/scopes/_implicit.scss | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/src/scopes/_implicit.scss b/src/scopes/_implicit.scss index 7909943..4bb3482 100644 --- a/src/scopes/_implicit.scss +++ b/src/scopes/_implicit.scss | |||
| @@ -21,12 +21,14 @@ | |||
| 21 | } | 21 | } |
| 22 | 22 | ||
| 23 | body { | 23 | body { |
| 24 | //@include mx.set-font(--standard, (--size: fn.dim(--font-size --100))); | 24 | padding: 0; |
| 25 | 25 | margin: 0; | |
| 26 | padding: 0; | 26 | font-family: props.get(vars.$body--font-family); |
| 27 | margin: 0; | 27 | font-size: props.get(vars.$body--font-size); |
| 28 | color: props.get(core.$theme, --text); | 28 | font-feature-settings: props.get(vars.$body--feature-settings); |
| 29 | background-color: props.get(core.$theme, --bg-base); | 29 | line-height: props.get(vars.$body--line-height); |
| 30 | color: props.get(core.$theme, --text); | ||
| 31 | background-color: props.get(core.$theme, --bg-base); | ||
| 30 | } | 32 | } |
| 31 | 33 | ||
| 32 | pre, | 34 | pre, |
| @@ -55,6 +57,7 @@ | |||
| 55 | h6 { | 57 | h6 { |
| 56 | margin-block: props.get(vars.$heading--margin-bs) 0; | 58 | margin-block: props.get(vars.$heading--margin-bs) 0; |
| 57 | font-family: props.get(vars.$heading--font-family); | 59 | font-family: props.get(vars.$heading--font-family); |
| 60 | font-size: props.get(vars.$heading--font-size); | ||
| 58 | font-weight: props.get(vars.$heading--font-weight); | 61 | font-weight: props.get(vars.$heading--font-weight); |
| 59 | font-feature-settings: props.get(vars.$heading--feature-settings); | 62 | font-feature-settings: props.get(vars.$heading--feature-settings); |
| 60 | line-height: props.get(vars.$heading--line-height); | 63 | line-height: props.get(vars.$heading--line-height); |
