From d399f95934a8d4e09ed03a95112063b8fdec4946 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Mon, 18 Dec 2023 11:24:04 +0100 Subject: New default font: Inter --- src/objects/_heading.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/objects/_heading.scss') 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 @@ @include iro.bem-elem('highlight') { background-image: linear-gradient( to top, - transparent .15em, - fn.color(--bg) .15em, - fn.color(--bg) .6em, - transparent .6em + transparent .05em, + fn.color(--bg) .05em, + fn.color(--bg) .5em, + transparent .5em ); } -- cgit v1.2.3-54-g00ecf