parent
b6ff1e5ce0
commit
cf9ac441bb
5 changed files with 6 additions and 3 deletions
|
@ -14,6 +14,7 @@
|
||||||
|
|
||||||
* Allow`author` to accept an object or string. [#289](https://github.com/mmistakes/minimal-mistakes/issues/289)
|
* Allow`author` to accept an object or string. [#289](https://github.com/mmistakes/minimal-mistakes/issues/289)
|
||||||
* Fix syntax highlighting line number styling inconsistency. [#1467](https://github.com/mmistakes/minimal-mistakes/issues/1467)
|
* Fix syntax highlighting line number styling inconsistency. [#1467](https://github.com/mmistakes/minimal-mistakes/issues/1467)
|
||||||
|
* Fix author sidebar icon colors for dark skins. [#1482](https://github.com/mmistakes/minimal-mistakes/issues/1482)
|
||||||
|
|
||||||
## [4.9.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.9.0)
|
## [4.9.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.9.0)
|
||||||
|
|
||||||
|
|
|
@ -36,6 +36,7 @@ $base0d: #3777e6 !default;
|
||||||
$base0e: #ad00a1 !default;
|
$base0e: #ad00a1 !default;
|
||||||
$base0f: #cc6633 !default;
|
$base0f: #cc6633 !default;
|
||||||
|
|
||||||
|
.author__urls.social-icons .svg-inline--fa,
|
||||||
.page__footer-follow .social-icons .svg-inline--fa {
|
.page__footer-follow .social-icons .svg-inline--fa {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
|
@ -36,7 +36,7 @@ $base0d: #3777e6 !default;
|
||||||
$base0e: #ad00a1 !default;
|
$base0e: #ad00a1 !default;
|
||||||
$base0f: #cc6633 !default;
|
$base0f: #cc6633 !default;
|
||||||
|
|
||||||
.author__urls.social-icons .fa,
|
.author__urls.social-icons .svg-inline--fa,
|
||||||
.page__footer-follow .social-icons .svg-inline--fa {
|
.page__footer-follow .social-icons .svg-inline--fa {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
|
@ -36,7 +36,7 @@ $base0d: #3777e6 !default;
|
||||||
$base0e: #ad00a1 !default;
|
$base0e: #ad00a1 !default;
|
||||||
$base0f: #cc6633 !default;
|
$base0f: #cc6633 !default;
|
||||||
|
|
||||||
.author__urls.social-icons .fa,
|
.author__urls.social-icons .svg-inline--fa,
|
||||||
.page__footer-follow .social-icons .svg-inline--fa {
|
.page__footer-follow .social-icons .svg-inline--fa {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,7 +4,7 @@ permalink: /docs/history/
|
||||||
excerpt: "Change log of enhancements and bug fixes made to the theme."
|
excerpt: "Change log of enhancements and bug fixes made to the theme."
|
||||||
sidebar:
|
sidebar:
|
||||||
nav: docs
|
nav: docs
|
||||||
last_modified_at: 2018-01-16T08:08:57-05:00
|
last_modified_at: 2018-01-16T17:40:01-05:00
|
||||||
toc: true
|
toc: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -24,6 +24,7 @@ toc: true
|
||||||
|
|
||||||
* Allow`author` to accept an object or string. [#289](https://github.com/mmistakes/minimal-mistakes/issues/289)
|
* Allow`author` to accept an object or string. [#289](https://github.com/mmistakes/minimal-mistakes/issues/289)
|
||||||
* Fix syntax highlighting line number styling inconsistency. [#1467](https://github.com/mmistakes/minimal-mistakes/issues/1467)
|
* Fix syntax highlighting line number styling inconsistency. [#1467](https://github.com/mmistakes/minimal-mistakes/issues/1467)
|
||||||
|
* Fix author sidebar icon colors for dark skins. [#1482](https://github.com/mmistakes/minimal-mistakes/issues/1482)
|
||||||
|
|
||||||
## [4.9.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.9.0)
|
## [4.9.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.9.0)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue