diff options
| author | Volpeon <git@volpeon.ink> | 2024-06-27 09:56:02 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2024-06-27 09:56:02 +0200 |
| commit | d23a2cf25ccc33f49d73ee3da2f775c0d4fa0784 (patch) | |
| tree | 19e9a649bcf6ca6559ed7ad46b0fd2c23e664521 /src/_mixins.scss | |
| parent | Update (diff) | |
| download | iro-design-d23a2cf25ccc33f49d73ee3da2f775c0d4fa0784.tar.gz iro-design-d23a2cf25ccc33f49d73ee3da2f775c0d4fa0784.tar.bz2 iro-design-d23a2cf25ccc33f49d73ee3da2f775c0d4fa0784.zip | |
Update
Diffstat (limited to 'src/_mixins.scss')
| -rw-r--r-- | src/_mixins.scss | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/_mixins.scss b/src/_mixins.scss index dc62870..29d792b 100644 --- a/src/_mixins.scss +++ b/src/_mixins.scss | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | } | 12 | } |
| 13 | 13 | ||
| 14 | @mixin heading-strong($size) { | 14 | @mixin heading-strong($size) { |
| 15 | color: fn.foreign-color(--heading, --strong); | 15 | color: fn.global-color(--heading); |
| 16 | font-size: fn.global-dim(list.join(--heading, $size)); | 16 | font-size: fn.global-dim(list.join(--heading, $size)); |
| 17 | } | 17 | } |
| 18 | 18 | ||
| @@ -21,12 +21,10 @@ | |||
| 21 | --line-height: null, | 21 | --line-height: null, |
| 22 | --size: fn.global-dim(list.join(--heading, $size)), | 22 | --size: fn.global-dim(list.join(--heading, $size)), |
| 23 | --weight: bold, | 23 | --weight: bold, |
| 24 | --transform: uppercase, | ||
| 25 | --spacing: 1px | 24 | --spacing: 1px |
| 26 | )); | 25 | )); |
| 27 | 26 | ||
| 28 | transform: none; | 27 | color: fn.global-color(--heading); |
| 29 | color: fn.foreign-color(--heading, --strong); | ||
| 30 | } | 28 | } |
| 31 | 29 | ||
| 32 | @mixin heading-faint($size) { | 30 | @mixin heading-faint($size) { |
| @@ -34,10 +32,8 @@ | |||
| 34 | --line-height: null, | 32 | --line-height: null, |
| 35 | --size: fn.global-dim(list.join(--heading, $size)), | 33 | --size: fn.global-dim(list.join(--heading, $size)), |
| 36 | --weight: 500, | 34 | --weight: 500, |
| 37 | --transform: uppercase, | ||
| 38 | --spacing: 1px | 35 | --spacing: 1px |
| 39 | )); | 36 | )); |
| 40 | 37 | ||
| 41 | transform: none; | 38 | color: fn.global-color(--text-mute); |
| 42 | color: fn.foreign-color(--heading, --light); | ||
| 43 | } | 39 | } |
