UX: Make share icons consistent color for dark themes

This commit is contained in:
Kris 2019-11-22 13:04:36 -05:00
parent a53b00a858
commit 680cf24965

View File

@ -54,7 +54,10 @@
.social-link { .social-link {
margin-right: s(2); margin-right: s(2);
font-size: $font-up-4; font-size: $font-up-4;
.d-icon-fab-facebook-square { .d-icon {
color: dark-light-choose($tertiary, white);
}
.d-icon-fab-facebook {
// Adheres to Facebook brand guidelines // Adheres to Facebook brand guidelines
color: dark-light-choose($facebook, white); color: dark-light-choose($facebook, white);
} }