Skip to content

Commit

Permalink
fix(docs): restore color on description term page links
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner committed Oct 13, 2023
1 parent e393894 commit d0bcc90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/document/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@
a {
&:link,
&:visited {
color: inherit;
text-decoration: none;
}

Expand All @@ -158,6 +157,7 @@
}

&[href^="#"] {
color: inherit;
position: relative;

&:hover::before {
Expand Down

0 comments on commit d0bcc90

Please sign in to comment.