We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e4800 commit 0c66590Copy full SHA for 0c66590
css-color-5/Overview.bs
@@ -856,7 +856,7 @@ in the range [0, 360].
856
<pre highlight=css>
857
html { --base: <span class="swatch" style="--color: sienna"></span> oklch(52.6% 0.115 44.6deg) }
858
.summary {
859
- background: <span class="swatch" style="--color: rgb(30.09% 47.36% 18.46%)"></span> oklab(from var(--base) l c calc(h + 90));
+ background: <span class="swatch" style="--color: rgb(30.09% 47.36% 18.46%)"></span> oklch(from var(--base) l c calc(h + 90));
860
}
861
</pre>
862
0 commit comments