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

Didn't look good on dark mode in note admonition.
This commit is contained in:
welpo 2024-12-04 19:20:23 +01:00
parent 0688628420
commit a6b6c32050
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

View File

@ -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 {