diff options
| author | Volpeon <git@volpeon.ink> | 2023-02-24 09:09:39 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2023-02-24 09:09:39 +0100 |
| commit | edfa5aefc1e7490b9a2d3139f791b3d606e0fb8c (patch) | |
| tree | 2c2ca12ec95f2d61b4cc2967f81e6afdcab423a4 /src | |
| parent | Re-add heading highlight (diff) | |
| download | iro-design-edfa5aefc1e7490b9a2d3139f791b3d606e0fb8c.tar.gz iro-design-edfa5aefc1e7490b9a2d3139f791b3d606e0fb8c.tar.bz2 iro-design-edfa5aefc1e7490b9a2d3139f791b3d606e0fb8c.zip | |
Fix
Diffstat (limited to 'src')
| -rw-r--r-- | src/scopes/_headings.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scopes/_headings.scss b/src/scopes/_headings.scss index 2f97ec5..a8edb39 100644 --- a/src/scopes/_headings.scss +++ b/src/scopes/_headings.scss | |||
| @@ -38,8 +38,8 @@ | |||
| 38 | background-image: linear-gradient( | 38 | background-image: linear-gradient( |
| 39 | to top, | 39 | to top, |
| 40 | transparent .15em, | 40 | transparent .15em, |
| 41 | fn.color(--bg) .15em, | 41 | fn.foreign-color(--heading, --bg) .15em, |
| 42 | fn.color(--bg) .6em, | 42 | fn.foreign-color(--heading, --bg) .6em, |
| 43 | transparent .6em | 43 | transparent .6em |
| 44 | ); | 44 | ); |
| 45 | } | 45 | } |
