Merge pull request #25693 from edx/aj/branding/not-sure-link

Course Updates "Not sure" link
This commit is contained in:
Awais Jibran
2020-12-02 01:22:29 +05:00
committed by GitHub

View File

@@ -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;
}
}
}