Author: Adam Argyle [argyle@google.com]
Committer: GitHub [noreply@github.com] Tue, 01 Aug 2023 18:07:58 +0000
Hash: 4a0b8c75aa81d3307ae78abb1231e7db566630f5
Timestamp: Tue, 01 Aug 2023 18:07:58 +0000 (1 year ago)

+2 -2 +/-1 browse
fixes #386
1diff --git a/docsite/index.html b/docsite/index.html
2index 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);