accessibility-snippets icon indicating copy to clipboard operation
accessibility-snippets copied to clipboard

css snippet: prefers-contrast: more

Open kendallgassner opened this issue 3 years ago • 1 comments

The prefers-contrast CSS media feature is used to detect if the user has requested that the web content is presented with a higher (or lower) contrast.

-Add to documentation: This media query only works on safari and

@media (prefers-contrast: more) {
}

kendallgassner avatar Oct 01 '21 17:10 kendallgassner

I'd love to work on this for OSD @GHC

aggarwalanvi avatar Oct 01 '21 18:10 aggarwalanvi