File tree 4 files changed +17
-7
lines changed
4 files changed +17
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
### Enhancements
4
4
5
+ - Improve headline hierarchy and add Sass specific variables ` $h-size-x ` . [ #2423 ] ( https://github.com/mmistakes/minimal-mistakes/issues/2423 )
5
6
- Improve accessibility of ` default ` skin by increasing color contrast of text and links.
6
7
- Hide posts with ` hidden: true ` YAML front matter from appearing in listings. [ #2345 ] ( https://github.com/mmistakes/minimal-mistakes/pull/2345 )
7
8
- Add Irish (Gaeilge) localized UI text strings. [ #2422 ] ( https://github.com/mmistakes/minimal-mistakes/pull/2422 )
Original file line number Diff line number Diff line change 35
35
36
36
h1 {
37
37
margin-top : 0 ;
38
- font-size : $type -size-3 ;
38
+ font-size : $h -size-1 ;
39
39
}
40
40
41
41
h2 {
42
- font-size : $type -size-4 ;
42
+ font-size : $h -size-2 ;
43
43
}
44
44
45
45
h3 {
46
- font-size : $type -size-5 ;
46
+ font-size : $h -size-3 ;
47
47
}
48
48
49
49
h4 {
50
- font-size : $type -size-6 ;
50
+ font-size : $h -size-4 ;
51
51
}
52
52
53
53
h5 {
54
- font-size : $type -size-6 ;
54
+ font-size : $h -size-5 ;
55
55
}
56
56
57
57
h6 {
58
- font-size : $type -size-6 ;
58
+ font-size : $h -size-6 ;
59
59
}
60
60
61
61
small ,
Original file line number Diff line number Diff line change @@ -43,6 +43,14 @@ $type-size-6: 0.75em !default; // ~12px
43
43
$type-size-7 : 0.6875em !default ; // ~11px
44
44
$type-size-8 : 0.625em !default ; // ~10px
45
45
46
+ /* headline scale */
47
+ $h-size-1 : 1.563em !default ; // ~25.008px
48
+ $h-size-2 : 1.25em !default ; // ~20px
49
+ $h-size-3 : 1.125em !default ; // ~18px
50
+ $h-size-4 : 1.0625em !default ; // ~17px
51
+ $h-size-5 : 1.03125em !default ; // ~16.5px
52
+ $h-size-6 : 1em !default ; // ~16px
53
+
46
54
/*
47
55
Colors
48
56
========================================================================== */
Original file line number Diff line number Diff line change @@ -5,14 +5,15 @@ permalink: /docs/history/
5
5
excerpt : " Change log of enhancements and bug fixes made to the theme."
6
6
sidebar :
7
7
nav : docs
8
- last_modified_at : 2020-03-04T16:35:36 -05:00
8
+ last_modified_at : 2020-03-05T12:39:27 -05:00
9
9
toc : false
10
10
---
11
11
12
12
## Unreleased
13
13
14
14
### Enhancements
15
15
16
+ - Improve headline hierarchy and add Sass specific variables ` $h-size-x ` . [ #2423 ] ( https://github.com/mmistakes/minimal-mistakes/issues/2423 )
16
17
- Improve accessibility of ` default ` skin by increasing color contrast of text and links.
17
18
- Hide posts with ` hidden: true ` YAML front matter from appearing in listings. [ #2345 ] ( https://github.com/mmistakes/minimal-mistakes/pull/2345 )
18
19
- Add Irish (Gaeilge) localized UI text strings. [ #2422 ] ( https://github.com/mmistakes/minimal-mistakes/pull/2422 )
You can’t perform that action at this time.
0 commit comments