Fix ruby styling

This commit is contained in:
Eryn Wells 2023-05-08 20:09:17 -07:00
parent 0b754a7d27
commit a990aa335a

View file

@ -133,7 +133,8 @@ a.hover-only:hover {
transition: color 0.2s;
}
a rt {
a rt,
a:hover rt {
color: var(--html-color);
}