forked from deepStateMirrors/tabi
💄 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
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue