From c06e7cecc0d7156e6d4e516bb457f6709889c041 Mon Sep 17 00:00:00 2001 From: Adeel Khan Date: Thu, 16 Jan 2020 03:21:35 +0500 Subject: [PATCH] Fix footer link for wcag. PROD-604 --- lms/static/sass/shared/_footer-edx.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lms/static/sass/shared/_footer-edx.scss b/lms/static/sass/shared/_footer-edx.scss index 0f33bb6126..62d7ee0019 100644 --- a/lms/static/sass/shared/_footer-edx.scss +++ b/lms/static/sass/shared/_footer-edx.scss @@ -180,6 +180,9 @@ footer#footer-edx-v3 { .copyright { margin-top: 30px; + a { + text-decoration: underline !important; + } @include margin-left(8px); @include font-size(16); @include line-height(24px);