Add changes from prod to master (#837)

* redo 6346b5b

* Fix incorrect caps

* Fix reduced motion
This commit is contained in:
Geometrically
2023-01-07 19:40:34 -07:00
committed by GitHub
parent 212bb33142
commit d5ffede5ea
3 changed files with 10 additions and 6 deletions

View File

@@ -744,7 +744,7 @@ export default {
animation: scroll 100s linear infinite;
@media (prefers-reduced-motion) {
animation-play-state: paused;
animation-play-state: paused !important;
}
@keyframes scroll {
@@ -1250,7 +1250,7 @@ export default {
animation: slide 10s infinite;
@media (prefers-reduced-motion) {
animation-play-state: paused;
animation-play-state: paused !important;
}
}