diff options
| author | Volpeon <git@volpeon.ink> | 2023-12-18 11:24:04 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2023-12-18 11:24:04 +0100 |
| commit | d399f95934a8d4e09ed03a95112063b8fdec4946 (patch) | |
| tree | cec6acc96d6fb5ab118c3b7b32cb735fad4ba21d /src/objects | |
| parent | Restore message arrows (diff) | |
| download | iro-design-d399f95934a8d4e09ed03a95112063b8fdec4946.tar.gz iro-design-d399f95934a8d4e09ed03a95112063b8fdec4946.tar.bz2 iro-design-d399f95934a8d4e09ed03a95112063b8fdec4946.zip | |
New default font: Inter
Diffstat (limited to 'src/objects')
| -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 | ||
