From b9a61c645de20f22b9df36150cc54ada8c3797a9 Mon Sep 17 00:00:00 2001 From: Ruben Date: Sat, 28 Sep 2024 01:26:36 -0500 Subject: [PATCH] use crust instead of base in prefers-reduced-motion --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 55e9e64..85db9b2 100644 --- a/style.css +++ b/style.css @@ -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;