💄 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:
@@ -88,7 +88,7 @@ a:hover {
|
||||
}
|
||||
|
||||
a:hover rt {
|
||||
color: initial;
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
a:not(.no-hover-padding):hover::after {
|
||||
|
Reference in New Issue
Block a user