File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -831,9 +831,8 @@ Detecting the desire for light or dark color schemes: the 'prefers-color-scheme'
831831 (to express a more active preference for light color schemes,
832832 or preferences for other types of color schemes like "sepia").
833833 As such, the most future-friendly way to use this media feature
834- is by directly testing against the values you wish to match,
835- such as ''(prefers-color-scheme: light)'' and ''(prefers-color-scheme: dark)'' ,
836- rather than by negation such as ''(prefers-color-scheme: light)'' and ''(not (prefers-color-scheme: light))'' .
834+ is by negation such as ''(prefers-color-scheme: dark)'' and ''(not (prefers-color-scheme: dark))'' ,
835+ which ensures that new values fall into at least one of the styling blocks.
837836
838837 The method by which the user expresses their preference can vary.
839838 It might be a system-wide setting exposed by the Operating System,
You can’t perform that action at this time.
0 commit comments