File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2777,8 +2777,8 @@ Detecting Forced Colors Mode: the 'forced-colors' feature</h3>
2777
2777
''@media (forced-colors) or (prefers-contrast) { … }''
2778
2778
can thus be a useful query to conditionally apply styles that reduce visual clutter,
2779
2779
catching all users of forced colors and all users with contrast preferences.
2780
- ''@media (prefers-contrast) { … }'' would leave how forced-colors users
2781
- with a color scheme that is neither particularly hight nor low contrast,
2780
+ ''@media (prefers-contrast) { … }'' would leave out forced-colors users
2781
+ with a color scheme that is neither particularly high nor low contrast,
2782
2782
while ''@media (forced-colors) { … }'' would instead leave out users with contrast preferences
2783
2783
that do not come from usage of [=forced colors mode=] .
2784
2784
</div>
You can’t perform that action at this time.
0 commit comments