[O] Make clickable text cursor show as pointer

This commit is contained in:
Hykilpikonna
2019-10-20 19:53:42 -04:00
parent 06d09220c5
commit 106a4759ae
+1
View File
@@ -69,4 +69,5 @@ div.el-card.course-card > div.el-card__body
.clickable:hover
{
text-decoration: underline;
cursor: pointer;
}