diff --git a/app/assets/stylesheets/common/base/share_link.scss b/app/assets/stylesheets/common/base/share_link.scss index 3abd01db9e4..5b2311c11c1 100644 --- a/app/assets/stylesheets/common/base/share_link.scss +++ b/app/assets/stylesheets/common/base/share_link.scss @@ -54,6 +54,14 @@ .social-link { margin-right: s(2); font-size: $font-up-4; + .d-icon-fab-facebook-square { + // Adheres to Facebook brand guidelines + color: dark-light-choose($facebook, white); + } + .d-icon-fab-twitter-square { + // Adheres to Twitter brand guidelines + color: dark-light-choose($twitter, white); + } } .link { font-size: $font-up-3;