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 509edd3 commit d3434efCopy full SHA for d3434ef
css-color-5/Overview.bs
@@ -982,7 +982,7 @@ so it has meaningful values for the channels.</p>
982
to account for the changed position.
983
For example,</p>
984
985
- <pre>
+ <pre highlight=css>
986
color: color(from color(srgb 0 0 0 / 60%) srgb alpha 0.6 0.6 / 0.9);
987
</pre>
988
@@ -996,7 +996,7 @@ so it has meaningful values for the channels.</p>
996
legacy rgb() syntax:
997
</p>
998
999
1000
color: rgb(from rgb(0 0 0 / 60%) alpha 153 153 / 0.9);
1001
1002
0 commit comments