diff --git a/src/styles/global.css b/src/styles/global.css index dfb34cf..e0bc150 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -4,10 +4,13 @@ :root { --primary: 78, 148, 228; - scroll-behavior: smooth; background-image: url(background.svg); background-size: cover; background-position: center; + + @media (prefers-reduced-motion: no-preference) { + scroll-behavior: smooth; + } } [variant="outlined"] {