💄 style: use text-colour for hover on `rt` in links

Didn't look good on dark mode in note admonition.
main
welpo 3 months ago
parent 0688628420
commit a6b6c32050
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

@ -88,7 +88,7 @@ a:hover {
} }
a:hover rt { a:hover rt {
color: initial; color: var(--text-color);
} }
a:not(.no-hover-padding):hover::after { a:not(.no-hover-padding):hover::after {

Loading…
Cancel
Save