use crust instead of base in prefers-reduced-motion

This commit is contained in:
Ruben 2024-09-28 01:26:36 -05:00
commit b9a61c645d
No known key found for this signature in database
GPG key ID: AE181294E97E4802

View file

@ -804,7 +804,7 @@ footer {
@media (prefers-reduced-motion) {
body {
background: var(--base) !important;
background: var(--crust) !important;
animation: unset !important;
-moz-animation: unset !important;
-webkit-animation: unset !important;