Course Updates "Not sure" link

This commit is contained in:
Awais Jibran
2020-11-28 01:51:49 +05:00
parent 91d1f0eab1
commit c29184be3a

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