From 4178578e09d36cc6ef4324672a24e1c872f11e56 Mon Sep 17 00:00:00 2001 From: Kris Date: Wed, 13 Mar 2019 13:42:11 -0400 Subject: [PATCH] UX: Adhere to Facebook & Twitter brand guidelines for share icon colors --- app/assets/stylesheets/common/base/share_link.scss | 8 ++++++++ 1 file changed, 8 insertions(+) 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;