diff --git a/lms/static/sass/partials/base/_variables.scss b/lms/static/sass/partials/base/_variables.scss index 4d9d7b8734..097cc44d93 100644 --- a/lms/static/sass/partials/base/_variables.scss +++ b/lms/static/sass/partials/base/_variables.scss @@ -372,7 +372,7 @@ $body-line-height: golden-ratio(.875em, 1) !default; $base-font-color: rgb(60,60,60) !default; $baseFontColor: $base-font-color; -$lighter-base-font-color: rgb(100,100,100) !default; +$lighter-base-font-color: rgb(100,100,100) $base-font-color; $very-light-text: rgb(255,255,255) !default; $text-color: rgb(51, 51, 51) !default; diff --git a/lms/templates/help_modal.html b/lms/templates/help_modal.html index 9089a367ed..9c4e5dca37 100644 --- a/lms/templates/help_modal.html +++ b/lms/templates/help_modal.html @@ -18,9 +18,107 @@ from xmodule.tabs import CourseTabList ${_("Support")} -