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
However, the color-mod() function remembers that the hue of the color was originally 120deg, so when the second operation saturates the color, it will result in a greenish-gray again (hsl(120deg, 20%, 56%), slightly lighter and brighter than the original color, which is what was intended).
The text was updated successfully, but these errors were encountered:
One adjuster:
It's okay.
Two adjusters:
It is not okay. The result should be
rgb(120, 165, 120) | hsl(120, 20%, 56%)
.See example 11 in spec: https://drafts.csswg.org/css-color-4/#modifying-colors
The text was updated successfully, but these errors were encountered: