Skip to content

Commit 07c5fff

Browse files
committed
[css-color-5] update color-adjust example
1 parent 593a1d5 commit 07c5fff

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
@@ -557,7 +557,7 @@ Adjusting colors: the ''color-adjust'' function {#coloradjust}
557557
with the lightness being reduced by 20%.
558558
The chroma and hue of red are left unchanged.
559559

560-
<pre class="lang-css">color-adjust(peru lightness(-20%));</pre>
560+
<pre class="lang-css">color-adjust(peru lightness -20%);</pre>
561561

562562
The calculation is as follows:
563563
* <span class="swatch" style="--color: peru"></span> peru (#CD853F) is lch(62.2532% 54.0114 63.6769)

0 commit comments

Comments
 (0)