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);