diff options
Diffstat (limited to 'src/objects/_heading.scss')
-rw-r--r-- | src/objects/_heading.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/objects/_heading.scss b/src/objects/_heading.scss index 7fbafea..8ed3b17 100644 --- a/src/objects/_heading.scss +++ b/src/objects/_heading.scss | |||
@@ -31,10 +31,10 @@ $sizes: 'xxl' 'xl' 'lg' 'md' 'sm' 'xs'; | |||
31 | 31 | ||
32 | @include iro.bem-elem('highlight') { | 32 | @include iro.bem-elem('highlight') { |
33 | background-image: linear-gradient(to top, | 33 | background-image: linear-gradient(to top, |
34 | transparent .05em, | 34 | transparent .05em, |
35 | fn.color(--bg) .05em, | 35 | fn.color(--bg) .05em, |
36 | fn.color(--bg) .5em, | 36 | fn.color(--bg) .5em, |
37 | transparent .5em); | 37 | transparent .5em); |
38 | } | 38 | } |
39 | 39 | ||
40 | @include iro.bem-modifier('xxl') { | 40 | @include iro.bem-modifier('xxl') { |