Merged in fix/LOY-93-hide-confetti-reduced-motion (pull request #2149)

fix(LOY-93): add quickfix for hiding confetti canvas when reduced motion is turned on

Approved-by: Chuma Mcphoy (We Ahead)
This commit is contained in:
Christian Andolf
2025-05-20 09:28:09 +00:00

View File

@@ -34,6 +34,10 @@
}
@media screen and (min-width: 768px) and (prefers-reduced-motion) {
/* Quickfix since tsparticles doesn't support reduced motion currently */
.confetti {
display: none;
}
.overlay:before {
background-image: url("/_static/img/confetti.svg");
background-repeat: no-repeat;