moving a transition property that was in it's own selector without reason

This commit is contained in:
Brian 2022-12-07 11:44:29 -07:00
parent 739c2b79e9
commit 05ca3574b0
Signed by: brian
GPG Key ID: DE1A5390A3B84CD8

View File

@ -34,11 +34,8 @@ body {
html, body {
transition-duration: 0.05s;
transition-timing-function: ease-in-out;
}
html, body {
transition-property: background, color;
transition-timing-function: ease-in-out;
}
button, a {