[Archived] Archived WIP of vielle.dev

Add media query

+2
+2
src/components/blog/Background.astro
··· 14 14 } 15 15 16 16 #background > * { 17 + @media (prefers-reduced-motion: no-preference) { 17 18 animation-name: scroll; 18 19 animation-duration: 1ms; 19 20 animation-direction: alternate; 20 21 animation-timeline: scroll(); 22 + } 21 23 } 22 24 </style> 23 25