summaryrefslogtreecommitdiffstats
path: root/src/scopes
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2022-06-11 07:54:12 +0200
committerVolpeon <git@volpeon.ink>2022-06-11 07:54:12 +0200
commit9faf093cc16ad6ee9eafbaf253ff6c31a1f5ee7f (patch)
treeca289d02ec274170411e5899c4569c3b8904be1c /src/scopes
parentDervice code font size from 100 (diff)
downloadiro-design-9faf093cc16ad6ee9eafbaf253ff6c31a1f5ee7f.tar.gz
iro-design-9faf093cc16ad6ee9eafbaf253ff6c31a1f5ee7f.tar.bz2
iro-design-9faf093cc16ad6ee9eafbaf253ff6c31a1f5ee7f.zip
card -> media
Diffstat (limited to 'src/scopes')
-rw-r--r--src/scopes/_headings.scss7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/scopes/_headings.scss b/src/scopes/_headings.scss
index 2e7d88f..58bac7f 100644
--- a/src/scopes/_headings.scss
+++ b/src/scopes/_headings.scss
@@ -13,6 +13,7 @@
13 @include mx.set-font(--headline); 13 @include mx.set-font(--headline);
14 14
15 display: block; 15 display: block;
16 transform: translateX(-.06em);
16 letter-spacing: normal; 17 letter-spacing: normal;
17 text-transform: none; 18 text-transform: none;
18 } 19 }
@@ -47,7 +48,8 @@
47 --spacing: 1px 48 --spacing: 1px
48 )); 49 ));
49 50
50 color: fn.foreign-color(--heading, --strong); 51 transform: none;
52 color: fn.foreign-color(--heading, --strong);
51 } 53 }
52 54
53 h6 { 55 h6 {
@@ -59,7 +61,8 @@
59 --spacing: 1px 61 --spacing: 1px
60 )); 62 ));
61 63
62 color: fn.foreign-color(--heading, --light); 64 transform: none;
65 color: fn.foreign-color(--heading, --light);
63 } 66 }
64 67
65 @include iro.bem-elem('primary') { 68 @include iro.bem-elem('primary') {