Limit the ruby/rt transitions to color only
This commit is contained in:
parent
a990aa335a
commit
a5f5909bef
1 changed files with 3 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue