use not(prefers-contrast: more)

This commit is contained in:
charbelrami 2022-10-19 11:18:13 -03:00
parent 09f12c76e4
commit 67f9ba14f2

View File

@ -92,7 +92,7 @@ prefersReducedMotion =
{-| -}
notHighContrastMode : List Style -> Style
notHighContrastMode =
withMediaQuery [ "(forced-colors: none) and (prefers-contrast: no-preference)" ]
withMediaQuery [ "(forced-colors: none) and (not(prefers-contrast: more))" ]
{-| -}