mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Make share icons consistent color for dark themes
This commit is contained in:
parent
a53b00a858
commit
680cf24965
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user