diff options
Diffstat (limited to 'src/scopes/_body.scss')
-rw-r--r-- | src/scopes/_body.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/scopes/_body.scss b/src/scopes/_body.scss index 9091117..35f3fef 100644 --- a/src/scopes/_body.scss +++ b/src/scopes/_body.scss | |||
@@ -12,6 +12,10 @@ | |||
12 | @include bem.scope('body') { | 12 | @include bem.scope('body') { |
13 | font-size: props.get(vars.$font-size); | 13 | font-size: props.get(vars.$font-size); |
14 | 14 | ||
15 | strong { | ||
16 | color: props.get(vars.$strong--text-color); | ||
17 | } | ||
18 | |||
15 | p, | 19 | p, |
16 | li { | 20 | li { |
17 | max-inline-size: props.get(vars.$paragraph--max-inline-size); | 21 | max-inline-size: props.get(vars.$paragraph--max-inline-size); |