Limit the ruby/rt transitions to color only

This commit is contained in:
Eryn Wells 2023-05-08 20:10:22 -07:00
parent a990aa335a
commit a5f5909bef

View file

@ -596,12 +596,11 @@ footer > .tags > .chevron:hover {
}
rt {
color: rgba(var(--black), 0.5);
transition: 0.3s;
transition: color 0.3s;
}
ruby:hover rt {
color: inherit;
transition: 0.3s;
color: var(--html-color);
transition: color 0.3s;
}
@media (prefers-color-scheme: dark) {
rt {