Skip to content

Commit f979ff5

Browse files
authored
hover_styles_updated (#274)
* hover_styles_updated * text-decoration_color_updated
1 parent 94bd925 commit f979ff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/HelpSection.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ export default {
242242
font-weight: 600;
243243
244244
&:hover {
245-
color: #363636;
245+
text-decoration: underline;
246246
}
247247
}
248248
}

0 commit comments

Comments
 (0)