Skip to content

Commit 521ca4e

Browse files
Fix textdecorator specificity on hovering in index
1 parent 8ad19d9 commit 521ca4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/assets/stylesrc/_main.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -654,8 +654,8 @@ body.guide {
654654

655655
a:hover,
656656
a:active {
657-
color: $rf-brand;
658-
text-decoration: underline;
657+
color: $rf-brand !important;
658+
text-decoration: underline !important;
659659
}
660660
}
661661
}

0 commit comments

Comments
 (0)