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