Open saydex opened 4 years ago
As a user relying on accessible technology, I'd like to be able to see higher contrast and reduced motion on the loading screen using skeleton so I can properly interact with the site.
Change the colour to use Raven Grey
Hex: #71757B JS: colorGreyRaven
Disable animation with media query https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion
@media (prefers-reduced-motion: reduce) { .animation { animation: none; } }
Hey @saydex , great recommendations, you can submit a PR!
Problem statement
As a user relying on accessible technology, I'd like to be able to see higher contrast and reduced motion on the loading screen using skeleton so I can properly interact with the site.
Recommendation
Change the colour to use Raven Grey
Disable animation with media query https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion
Meta
Screenshots