mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-13 07:48:26 +03:00
use not(prefers-contrast: more)
This commit is contained in:
parent
09f12c76e4
commit
67f9ba14f2
@ -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))" ]
|
||||
|
||||
|
||||
{-| -}
|
||||
|
Loading…
Reference in New Issue
Block a user