summaryrefslogtreecommitdiffstats
path: root/src/objects
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2025-11-07 18:32:38 +0100
committerVolpeon <git@volpeon.ink>2025-11-07 18:32:38 +0100
commitb8796bb765aa36a5491bc6bff591e331aab56eb4 (patch)
tree7eb1045c8be2667e0c4007208f84d46131d4ae7d /src/objects
parentAdd text-transform variable for headings (diff)
downloadiro-design-b8796bb765aa36a5491bc6bff591e331aab56eb4.tar.gz
iro-design-b8796bb765aa36a5491bc6bff591e331aab56eb4.tar.bz2
iro-design-b8796bb765aa36a5491bc6bff591e331aab56eb4.zip
More heading customization
Diffstat (limited to 'src/objects')
-rw-r--r--src/objects/_heading.vars.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/objects/_heading.vars.scss b/src/objects/_heading.vars.scss
index 371cab0..70a631f 100644
--- a/src/objects/_heading.vars.scss
+++ b/src/objects/_heading.vars.scss
@@ -8,6 +8,9 @@ $margin-bs-sibling: props.def(--o-heading--margin-bs-sibling, props.get(core.$si
8$text-color: props.def(--o-heading--text-color, props.get(core.$theme, --heading), 'color') !default; 8$text-color: props.def(--o-heading--text-color, props.get(core.$theme, --heading), 'color') !default;
9$bg-color: props.def(--o-heading--bg-color, props.get(core.$theme, --base, --50), 'color') !default; 9$bg-color: props.def(--o-heading--bg-color, props.get(core.$theme, --base, --50), 'color') !default;
10 10
11$bg-start: props.def(--o-heading--bg-start, .05em) !default;
12$bg-end: props.def(--o-heading--bg-end, .5em) !default;
13
11$font-family: props.def(--o-heading--font-family, props.get(core.$font--standard--family)) !default; 14$font-family: props.def(--o-heading--font-family, props.get(core.$font--standard--family)) !default;
12$line-height: props.def(--o-heading--line-height, props.get(core.$font--standard--line-height)) !default; 15$line-height: props.def(--o-heading--line-height, props.get(core.$font--standard--line-height)) !default;
13$font-weight: props.def(--o-heading--font-weight, bold) !default; 16$font-weight: props.def(--o-heading--font-weight, bold) !default;