Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion css-color-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ Foreground Color: the 'color' property</h3>

<div class="example" id="ex-lime">
The <<color>> type provides multiple ways to syntactically specify a given color.
For example, the following declarations all specify the sRGB color “lime green”:
For example, the following declarations all specify the sRGB color “lime”:
<pre class="lang-css">
em { color: <span class="swatch" style="--color: lime"></span>&nbsp;lime; } /* color keyword */
em { color: <span class="swatch" style="--color: lime"></span>&nbsp;rgb(0 255 0); } /* RGB range 0-255 */
Expand Down