diff options
Diffstat (limited to 'src/scopes')
-rw-r--r-- | src/scopes/_headings.scss | 7 |
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') { |