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 593a1d5 commit 07c5fffCopy full SHA for 07c5fff
css-color-5/Overview.bs
@@ -557,7 +557,7 @@ Adjusting colors: the ''color-adjust'' function {#coloradjust}
557
with the lightness being reduced by 20%.
558
The chroma and hue of red are left unchanged.
559
560
- <pre class="lang-css">color-adjust(peru lightness(-20%));</pre>
+ <pre class="lang-css">color-adjust(peru lightness -20%);</pre>
561
562
The calculation is as follows:
563
* <span class="swatch" style="--color: peru"></span> peru (#CD853F) is lch(62.2532% 54.0114 63.6769)
0 commit comments