forked from deepStateMirrors/tabi
💄 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:
parent
0688628420
commit
a6b6c32050
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ a:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover rt {
|
a:hover rt {
|
||||||
color: initial;
|
color: var(--text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
a:not(.no-hover-padding):hover::after {
|
a:not(.no-hover-padding):hover::after {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue