Skip to content

Commit

Permalink
💄 style: use text-colour for hover on rt in links
Browse files Browse the repository at this point in the history
Didn't look good on dark mode in note admonition.
  • Loading branch information
welpo committed Dec 4, 2024
1 parent 0688628 commit a6b6c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sass/parts/_misc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ a:hover {
}

a:hover rt {
color: initial;
color: var(--text-color);
}

a:not(.no-hover-padding):hover::after {
Expand Down

0 comments on commit a6b6c32

Please sign in to comment.