💄 style: fix hover color for <rt> element in links

Before, it would be invisible on hover.
main
welpo 4 months ago
parent 51fee5d660
commit 87f1099caa
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

@ -87,6 +87,10 @@ a:hover {
color: var(--hover-color);
}
a:hover rt {
color: initial;
}
a:not(.no-hover-padding):hover::after {
display: inline-block;
position: absolute;

Loading…
Cancel
Save