use crust instead of base in prefers-reduced-motion
This commit is contained in:
parent
244e99e214
commit
b9a61c645d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue