Skip to content

Commit b64d6b7

Browse files
committed
[Bug Fix] Underline on quiz content in side bar on hover
Signed-off-by: Namanv0509 <[email protected]>
1 parent dba0247 commit b64d6b7

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)