Skip to content

Commit

Permalink
Fix textdecorator specificity on hovering in index
Browse files Browse the repository at this point in the history
  • Loading branch information
akhilgkrishnan committed Apr 8, 2024
1 parent 8ad19d9 commit 521ca4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guides/assets/stylesrc/_main.scss
Expand Up @@ -654,8 +654,8 @@ body.guide {

a:hover,
a:active {
color: $rf-brand;
text-decoration: underline;
color: $rf-brand !important;
text-decoration: underline !important;
}
}
}
Expand Down

0 comments on commit 521ca4e

Please sign in to comment.