From c29184be3abb0a3f2ea5e553d3554cad70eb28ff Mon Sep 17 00:00:00 2001 From: Awais Jibran Date: Sat, 28 Nov 2020 01:51:49 +0500 Subject: [PATCH] Course Updates "Not sure" link --- lms/static/sass/features/_course-experience.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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; } } }