moving a transition property that was in it's own selector without reason
This commit is contained in:
parent
739c2b79e9
commit
05ca3574b0
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user