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

Before, it would be invisible on hover.
This commit is contained in:
welpo
2024-11-05 19:22:46 +01:00
parent 51fee5d660
commit 87f1099caa

View File

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