summaryrefslogtreecommitdiffstats
path: root/src/objects/_heading.scss
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2024-11-17 12:50:17 +0100
committerVolpeon <git@volpeon.ink>2024-11-17 12:50:17 +0100
commitffe87c96b5e5054ac92381c0c0b917cc6c38202e (patch)
tree4cdacce3453f3f4ed3693a65000d401ffa3999d2 /src/objects/_heading.scss
parentUpdate (diff)
downloadiro-design-ffe87c96b5e5054ac92381c0c0b917cc6c38202e.tar.gz
iro-design-ffe87c96b5e5054ac92381c0c0b917cc6c38202e.tar.bz2
iro-design-ffe87c96b5e5054ac92381c0c0b917cc6c38202e.zip
Fix heading color
Diffstat (limited to 'src/objects/_heading.scss')
-rw-r--r--src/objects/_heading.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/objects/_heading.scss b/src/objects/_heading.scss
index 89fe568..f5932f5 100644
--- a/src/objects/_heading.scss
+++ b/src/objects/_heading.scss
@@ -16,6 +16,7 @@
16 font-weight: props.get(vars.$font-weight); 16 font-weight: props.get(vars.$font-weight);
17 font-feature-settings: props.get(vars.$feature-settings); 17 font-feature-settings: props.get(vars.$feature-settings);
18 line-height: props.get(vars.$line-height); 18 line-height: props.get(vars.$line-height);
19 color: props.get(vars.$text-color);
19 text-transform: none; 20 text-transform: none;
20 letter-spacing: normal; 21 letter-spacing: normal;
21 transform: translateX(props.get(vars.$offset)); 22 transform: translateX(props.get(vars.$offset));