💄 style: fix hover color for <rt> element in links
Before, it would be invisible on hover.
This commit is contained in:
parent
51fee5d660
commit
87f1099caa
@ -87,6 +87,10 @@ a:hover {
|
|||||||
color: var(--hover-color);
|
color: var(--hover-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a:hover rt {
|
||||||
|
color: initial;
|
||||||
|
}
|
||||||
|
|
||||||
a:not(.no-hover-padding):hover::after {
|
a:not(.no-hover-padding):hover::after {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user