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 {
|
rt {
|
||||||
color: rgba(var(--black), 0.5);
|
transition: color 0.3s;
|
||||||
transition: 0.3s;
|
|
||||||
}
|
}
|
||||||
ruby:hover rt {
|
ruby:hover rt {
|
||||||
color: inherit;
|
color: var(--html-color);
|
||||||
transition: 0.3s;
|
transition: color 0.3s;
|
||||||
}
|
}
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
rt {
|
rt {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue