From da640c13b513b9c5139cd23289b8d9f2789834ec Mon Sep 17 00:00:00 2001 From: Asad Date: Fri, 13 Nov 2020 19:35:26 +0500 Subject: [PATCH] Fixed social icons color --- lms/static/sass/shared/_footer-edx.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/static/sass/shared/_footer-edx.scss b/lms/static/sass/shared/_footer-edx.scss index 6a7fe943ad..e1ade87c0b 100644 --- a/lms/static/sass/shared/_footer-edx.scss +++ b/lms/static/sass/shared/_footer-edx.scss @@ -6,7 +6,7 @@ @import 'bootstrap/scss/variables'; @import 'bootstrap/scss/mixins/breakpoints'; -$edx-footer-link-color: $link-color; +$edx-footer-link-color: $primary; $edx-footer-bg-color: rgb(252, 252, 252); // Aggressively scoped for Drupal