From 2b65fa452e42bcffbb6b59c184dc11bd412626ef Mon Sep 17 00:00:00 2001 From: Spencer Hance Date: Thu, 2 Aug 2018 12:11:11 -0400 Subject: [PATCH] Updated Color of "View My Records" button to be a11y compliant --- lms/static/sass/features/_learner-profile.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lms/static/sass/features/_learner-profile.scss b/lms/static/sass/features/_learner-profile.scss index 5c5732f895..352a597a8c 100644 --- a/lms/static/sass/features/_learner-profile.scss +++ b/lms/static/sass/features/_learner-profile.scss @@ -277,6 +277,8 @@ button { @extend %btn-secondary-blue-outline; margin-top: 1em; + background: $blue; + color: #fff; } }