[+] Add underline effect on hover

This commit is contained in:
Hykilpikonna
2019-10-01 20:49:18 -04:00
parent 07eaeef133
commit 86c2fd5df7
@@ -20,4 +20,9 @@
font-size: 22px;
color: #0c6dad;
}
.course-name:hover
{
text-decoration: underline;
}
}