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 7cfd9af..3e6ac7c 100644 --- a/src/objects/_heading.scss +++ b/src/objects/_heading.scss | |||
@@ -28,10 +28,10 @@ | |||
28 | @include iro.bem-elem('highlight') { | 28 | @include iro.bem-elem('highlight') { |
29 | background-image: linear-gradient( | 29 | background-image: linear-gradient( |
30 | to top, | 30 | to top, |
31 | transparent .15em, | 31 | transparent .05em, |
32 | fn.color(--bg) .15em, | 32 | fn.color(--bg) .05em, |
33 | fn.color(--bg) .6em, | 33 | fn.color(--bg) .5em, |
34 | transparent .6em | 34 | transparent .5em |
35 | ); | 35 | ); |
36 | } | 36 | } |
37 | 37 | ||