Fix Font Awesome icon color in various skins

Close #2724
This commit is contained in:
Michael Rose 2020-11-02 11:54:08 -05:00
parent 010825dfca
commit d1dd94246c
8 changed files with 29 additions and 7 deletions

View file

@ -1,3 +1,9 @@
## Unreleased
### Bug Fixes
- Fix Font Awesome icon color in `contrast`, `dark`, `mint`, `neon`, `plum`, and `sunrise` skins. [#2724](https://github.com/mmistakes/minimal-mistakes/issues/2724)
## [4.21.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.21.0) ## [4.21.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.21.0)
### Bug Fixes ### Bug Fixes

View file

@ -46,6 +46,7 @@ $base0f: #b18a3d !default;
color: #fff !important; // override color: #fff !important; // override
} }
.page__footer-follow .social-icons .svg-inline--fa { .page__footer-follow .social-icons i,
.page__footer-follow .social-icons .svg-inline--fa {
color: inherit; color: inherit;
} }

View file

@ -18,8 +18,10 @@ $masthead-link-color: $text-color !default;
$masthead-link-color-hover: mix(#000, $text-color, 20%) !default; $masthead-link-color-hover: mix(#000, $text-color, 20%) !default;
$navicon-link-color-hover: mix(#000, $background-color, 30%) !default; $navicon-link-color-hover: mix(#000, $background-color, 30%) !default;
.author__urls.social-icons i,
.author__urls.social-icons .svg-inline--fa, .author__urls.social-icons .svg-inline--fa,
.page__footer-follow .social-icons .svg-inline--fa { .page__footer-follow .social-icons i,
.page__footer-follow .social-icons .svg-inline--fa {
color: inherit; color: inherit;
} }

View file

@ -18,6 +18,7 @@ $navicon-link-color-hover: mix(#fff, $text-color, 80%) !default;
color: #fff !important; // override color: #fff !important; // override
} }
.page__footer-follow .social-icons i,
.page__footer-follow .social-icons .svg-inline--fa { .page__footer-follow .social-icons .svg-inline--fa {
color: inherit; color: inherit;
} }

View file

@ -36,8 +36,10 @@ $base0d: #3777e6 !default;
$base0e: #ad00a1 !default; $base0e: #ad00a1 !default;
$base0f: #cc6633 !default; $base0f: #cc6633 !default;
.author__urls.social-icons i,
.author__urls.social-icons .svg-inline--fa, .author__urls.social-icons .svg-inline--fa,
.page__footer-follow .social-icons .svg-inline--fa { .page__footer-follow .social-icons i,
.page__footer-follow .social-icons .svg-inline--fa {
color: inherit; color: inherit;
} }

View file

@ -36,8 +36,10 @@ $base0d: #3777e6 !default;
$base0e: #ad00a1 !default; $base0e: #ad00a1 !default;
$base0f: #cc6633 !default; $base0f: #cc6633 !default;
.author__urls.social-icons i,
.author__urls.social-icons .svg-inline--fa, .author__urls.social-icons .svg-inline--fa,
.page__footer-follow .social-icons .svg-inline--fa { .page__footer-follow .social-icons i,
.page__footer-follow .social-icons .svg-inline--fa {
color: inherit; color: inherit;
} }

View file

@ -38,7 +38,9 @@ $base0d: #81a2be !default;
$base0e: #b294bb !default; $base0e: #b294bb !default;
$base0f: #a3685a !default; $base0f: #a3685a !default;
.author__urls.social-icons .fa, .author__urls.social-icons i,
.page__footer-follow .social-icons .svg-inline--fa { .author__urls.social-icons .svg-inline--fa,
.page__footer-follow .social-icons i,
.page__footer-follow .social-icons .svg-inline--fa {
color: inherit; color: inherit;
} }

View file

@ -5,10 +5,16 @@ 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: 2020-11-02T11:34:40-05:00 last_modified_at:2020-11-02T11:53:43-05:00
toc: false toc: false
--- ---
## Unreleased
### Bug Fixes
- Fix Font Awesome icon color in `contrast`, `dark`, `mint`, `neon`, `plum`, and `sunrise` skins. [#2724](https://github.com/mmistakes/minimal-mistakes/issues/2724)
## [4.21.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.21.0) ## [4.21.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.21.0)
### Bug Fixes ### Bug Fixes