Only target needed elements for transitioning, more fail-proof reduced motion setting

This commit is contained in:
David Lapshin
2024-05-09 23:32:09 +03:00
parent 1f7dab1f59
commit b7b95e6653
11 changed files with 38 additions and 24 deletions

View File

@ -27,7 +27,7 @@
}
.post-title {
transition: var(--transition);
transition: color var(--transition);
color: var(--fg-color);
}
}