Fix author sidebar icon colors for dark skins

Fixes #1482
This commit is contained in:
Michael Rose
2018-01-16 17:40:30 -05:00
parent b6ff1e5ce0
commit cf9ac441bb
5 changed files with 6 additions and 3 deletions

View File

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

View File

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

View File

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