diff --git a/lms/static/sass/features/_learner-profile.scss b/lms/static/sass/features/_learner-profile.scss index 48a16429b7..5c5732f895 100644 --- a/lms/static/sass/features/_learner-profile.scss +++ b/lms/static/sass/features/_learner-profile.scss @@ -371,6 +371,7 @@ @extend %t-ultrastrong; display: inline-block; + color: #222; } .subheader { diff --git a/openedx/features/learner_profile/templates/learner_profile/learner_profile.html b/openedx/features/learner_profile/templates/learner_profile/learner_profile.html index e53f758307..30d21a9c5a 100644 --- a/openedx/features/learner_profile/templates/learner_profile/learner_profile.html +++ b/openedx/features/learner_profile/templates/learner_profile/learner_profile.html @@ -36,7 +36,7 @@ from openedx.core.djangolib.markup import HTML % if own_profile:
-
${_("My Profile")}
+

${_("My Profile")}

${_('Build out your profile to personalize your identity on {platform_name}.').format( platform_name=platform_name,