diff options
Diffstat (limited to 'src/scopes')
-rw-r--r-- | src/scopes/_headings.scss | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/scopes/_headings.scss b/src/scopes/_headings.scss index b1ef537..2e7d88f 100644 --- a/src/scopes/_headings.scss +++ b/src/scopes/_headings.scss | |||
@@ -20,28 +20,28 @@ | |||
20 | 20 | ||
21 | h1 { | 21 | h1 { |
22 | color: fn.foreign-color(--heading, --strong); | 22 | color: fn.foreign-color(--heading, --strong); |
23 | font-size: fn.global-dim(--font-size --1000); | 23 | font-size: fn.global-dim(--font-size --900); |
24 | } | 24 | } |
25 | 25 | ||
26 | h2 { | 26 | h2 { |
27 | color: fn.foreign-color(--heading, --strong); | 27 | color: fn.foreign-color(--heading, --strong); |
28 | font-size: fn.global-dim(--font-size --700); | 28 | font-size: fn.global-dim(--font-size --600); |
29 | } | 29 | } |
30 | 30 | ||
31 | h3 { | 31 | h3 { |
32 | color: fn.foreign-color(--heading, --strong); | 32 | color: fn.foreign-color(--heading, --strong); |
33 | font-size: fn.global-dim(--font-size --400); | 33 | font-size: fn.global-dim(--font-size --300); |
34 | } | 34 | } |
35 | 35 | ||
36 | h4 { | 36 | h4 { |
37 | color: fn.foreign-color(--heading, --strong); | 37 | color: fn.foreign-color(--heading, --strong); |
38 | font-size: fn.global-dim(--font-size --200); | 38 | font-size: fn.global-dim(--font-size --150); |
39 | } | 39 | } |
40 | 40 | ||
41 | h5 { | 41 | h5 { |
42 | @include mx.set-font(--standard, ( | 42 | @include mx.set-font(--standard, ( |
43 | --line-height: null, | 43 | --line-height: null, |
44 | --size: fn.global-dim(--font-size --100), | 44 | --size: fn.global-dim(--font-size --75), |
45 | --weight: bold, | 45 | --weight: bold, |
46 | --transform: uppercase, | 46 | --transform: uppercase, |
47 | --spacing: 1px | 47 | --spacing: 1px |