Skip to content

Commit 4dade1c

Browse files
authored
Merge pull request #93 from Namanv0509/underline-quiz
[Bug Fix] Underline on quiz content in side bar on hover
2 parents 17a015a + 46362e3 commit 4dade1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/scss/_styles_project.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ a:not([href]):not([class]):hover {
221221
a {
222222
&:hover {
223223
color: dark;
224-
text-decoration: none;
224+
text-decoration: underline;
225225
}
226226

227227
&.active:not(.tree-root) {

0 commit comments

Comments
 (0)