You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-color-4/Overview.bs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1178,7 +1178,7 @@ The RGB Hexadecimal Notations: ''#RRGGBB''</h3>
1178
1178
The alpha channel of the color is fully opaque.
1179
1179
1180
1180
<div class='example' id="ex-hex6">
1181
-
In other words, <span class="swatch" style="--color: #00ff00"></span>''#00ff00'' represents the same color as <span class="swatch" style="--color: #00ff00"></span>''rgb(0 255 0)'' (a "lime" color).
1181
+
In other words, <span class="swatch" style="--color: #00ff00"></span>''#00ff00'' represents the same color as <span class="swatch" style="--color: #00ff00"></span>''rgb(0 255 0)'' (a lime green).
0 commit comments