From 165302e00b5fbfa2ef848bb357517fee9216ff5f Mon Sep 17 00:00:00 2001 From: Chris Rodriguez Date: Thu, 1 Sep 2016 08:46:13 -0400 Subject: [PATCH] AC-577 login page a11y fixes --- lms/static/sass/views/_login-register.scss | 2 +- lms/templates/student_account/form_field.underscore | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lms/static/sass/views/_login-register.scss b/lms/static/sass/views/_login-register.scss index 09a6bc94de..8584ee9b48 100644 --- a/lms/static/sass/views/_login-register.scss +++ b/lms/static/sass/views/_login-register.scss @@ -335,7 +335,7 @@ @extend %t-copy-sub2; display: block; margin: 0 0 ($baseline/2) 0; - color: $m-gray-l1; + color: $base-font-color; } /** FROM _accounts.scss - end **/ } diff --git a/lms/templates/student_account/form_field.underscore b/lms/templates/student_account/form_field.underscore index 37061ef689..ab55a1eb1c 100644 --- a/lms/templates/student_account/form_field.underscore +++ b/lms/templates/student_account/form_field.underscore @@ -10,7 +10,9 @@