Skip to content

Commit 0c66590

Browse files
committed
[css-color-5] Copy-pasto, fix #8308
1 parent c6e4800 commit 0c66590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-color-5/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ in the range [0, 360].
856856
<pre highlight=css>
857857
html { --base: <span class="swatch" style="--color: sienna"></span> oklch(52.6% 0.115 44.6deg) }
858858
.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));
859+
background: <span class="swatch" style="--color: rgb(30.09% 47.36% 18.46%)"></span> oklch(from var(--base) l c calc(h + 90));
860860
}
861861
</pre>
862862

0 commit comments

Comments
 (0)