Commit
+2 -2 +/-1 browse
1 | diff --git a/docsite/index.html b/docsite/index.html |
2 | index e02efb5..8286348 100644 |
3 | --- a/docsite/index.html |
4 | +++ b/docsite/index.html |
5 | @@ -3270,8 +3270,8 @@ |
6 | <h5>Preference Vars Extended</h5> |
7 | <div class="var-examples"> |
8 | <pre class="language-css"><code> |
9 | - @custom-media --highContrast (prefers-contrast: high); |
10 | - @custom-media --lowContrast (prefers-contrast: low); |
11 | + @custom-media --highContrast (prefers-contrast: more); |
12 | + @custom-media --lowContrast (prefers-contrast: less); |
13 | |
14 | @custom-media --opacityOK (prefers-reduced-transparency: no-preference); |
15 | @custom-media --opacityNotOK (prefers-reduced-transparency: reduce); |