diff --git a/lms/static/sass/features/_course-experience.scss b/lms/static/sass/features/_course-experience.scss index ebafb91af6..3753a40701 100644 --- a/lms/static/sass/features/_course-experience.scss +++ b/lms/static/sass/features/_course-experience.scss @@ -140,11 +140,13 @@ width: auto; flex-grow: 1; font-size: font-size(small); - color: theme-color("primary"); + color: $link-color; + text-decoration: underline; + cursor: pointer; &:hover { - color: $black-t2; + color: $link-hover-color; } } }