File tree 5 files changed +6
-3
lines changed
_sass/minimal-mistakes/skins
5 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 14
14
15
15
* Allow` author ` to accept an object or string. [ #289 ] ( https://github.com/mmistakes/minimal-mistakes/issues/289 )
16
16
* Fix syntax highlighting line number styling inconsistency. [ #1467 ] ( https://github.com/mmistakes/minimal-mistakes/issues/1467 )
17
+ * Fix author sidebar icon colors for dark skins. [ #1482 ] ( https://github.com/mmistakes/minimal-mistakes/issues/1482 )
17
18
18
19
## [ 4.9.0] ( https://github.com/mmistakes/minimal-mistakes/releases/tag/4.9.0 )
19
20
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ $base0d: #3777e6 !default;
36
36
$base0e : #ad00a1 !default ;
37
37
$base0f : #cc6633 !default ;
38
38
39
+ .author__urls.social-icons .svg-inline--fa ,
39
40
.page__footer-follow .social-icons .svg-inline--fa {
40
41
color : inherit ;
41
42
}
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ $base0d: #3777e6 !default;
36
36
$base0e : #ad00a1 !default ;
37
37
$base0f : #cc6633 !default ;
38
38
39
- .author__urls.social-icons .fa ,
39
+ .author__urls.social-icons .svg-inline-- fa ,
40
40
.page__footer-follow .social-icons .svg-inline--fa {
41
41
color : inherit ;
42
42
}
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ $base0d: #3777e6 !default;
36
36
$base0e : #ad00a1 !default ;
37
37
$base0f : #cc6633 !default ;
38
38
39
- .author__urls.social-icons .fa ,
39
+ .author__urls.social-icons .svg-inline-- fa ,
40
40
.page__footer-follow .social-icons .svg-inline--fa {
41
41
color : inherit ;
42
42
}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ permalink: /docs/history/
4
4
excerpt : " Change log of enhancements and bug fixes made to the theme."
5
5
sidebar :
6
6
nav : docs
7
- last_modified_at : 2018-01-16T08:08:57 -05:00
7
+ last_modified_at : 2018-01-16T17:40:01 -05:00
8
8
toc : true
9
9
---
10
10
@@ -24,6 +24,7 @@ toc: true
24
24
25
25
* Allow` author ` to accept an object or string. [ #289 ] ( https://github.com/mmistakes/minimal-mistakes/issues/289 )
26
26
* Fix syntax highlighting line number styling inconsistency. [ #1467 ] ( https://github.com/mmistakes/minimal-mistakes/issues/1467 )
27
+ * Fix author sidebar icon colors for dark skins. [ #1482 ] ( https://github.com/mmistakes/minimal-mistakes/issues/1482 )
27
28
28
29
## [ 4.9.0] ( https://github.com/mmistakes/minimal-mistakes/releases/tag/4.9.0 )
29
30
You can’t perform that action at this time.
0 commit comments