Skip to content

Commit 0235da4

Browse files
committed
or not
1 parent 1ee3d80 commit 0235da4

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
@@ -401,7 +401,7 @@ When an origin color is present, the following keywords can also be used in this
401401
This adds 180 degrees to the hue angle, giving a complementary color.
402402
<pre>
403403
--accent: <span class="swatch" style="--color: lightseagreen"></span> lightseagreen;
404-
--complement: <span class="swatch" style="--color: hsl(357deg 70% 41%)"></span> hsl(from var(--accent), calc(h+180deg) s l);
404+
--complement: <span class="swatch" style="--color: hsl(357deg 70% 41%)"></span> hsl(from var(--accent), calc(h+180) s l);
405405
</pre>
406406
lightseagreen is hsl(177deg 70% 41%), so --complement is <span class="swatch" style="--color: hsl(357deg 70% 41%)"></span> hsl(357deg 70% 41%)
407407
</div>

0 commit comments

Comments
 (0)