Skip to content

Commit 4a0b8c7

Browse files
authored
fixes #386
1 parent 45a7351 commit 4a0b8c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docsite/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3270,8 +3270,8 @@ <h5>Preference Vars</h5>
32703270
<h5>Preference Vars Extended</h5>
32713271
<div class="var-examples">
32723272
<pre class="language-css"><code>
3273-
@custom-media --highContrast (prefers-contrast: high);
3274-
@custom-media --lowContrast (prefers-contrast: low);
3273+
@custom-media --highContrast (prefers-contrast: more);
3274+
@custom-media --lowContrast (prefers-contrast: less);
32753275

32763276
@custom-media --opacityOK (prefers-reduced-transparency: no-preference);
32773277
@custom-media --opacityNotOK (prefers-reduced-transparency: reduce);

0 commit comments

Comments
 (0)