summaryrefslogtreecommitdiffstats
path: root/src/scopes
diff options
context:
space:
mode:
Diffstat (limited to 'src/scopes')
-rw-r--r--src/scopes/_headings.scss19
1 files changed, 14 insertions, 5 deletions
diff --git a/src/scopes/_headings.scss b/src/scopes/_headings.scss
index c5033e8..9593792 100644
--- a/src/scopes/_headings.scss
+++ b/src/scopes/_headings.scss
@@ -21,20 +21,29 @@
21 21
22 22
23 h1 { 23 h1 {
24 @include mx.heading-strong(--lg); 24 @include mx.heading-strong(--xxl);
25 } 25 }
26 26
27 h2 { 27 h2 {
28 @include mx.heading-strong(--xl);
29 }
30
31 h3 {
32 @include mx.heading-medium(--lg);
33 }
34
35 h4 {
28 @include mx.heading-medium(--md); 36 @include mx.heading-medium(--md);
29 } 37 }
30 38
31 h3, 39 h5 {
32 h4,
33 h5,
34 h6 {
35 @include mx.heading-faint(--sm); 40 @include mx.heading-faint(--sm);
36 } 41 }
37 42
43 h6 {
44 @include mx.heading-faint(--xs);
45 }
46
38 @include iro.bem-elem('highlight') { 47 @include iro.bem-elem('highlight') {
39 background-image: linear-gradient( 48 background-image: linear-gradient(
40 to top, 49 to top,