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

@@ -18,8 +18,10 @@ $masthead-link-color: $text-color !default;
$masthead-link-color-hover: mix(#000, $text-color, 20%) !default;
$navicon-link-color-hover: mix(#000, $background-color, 30%) !default;
.author__urls.social-icons i,
.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;
}