From an initial poke around the site, it looks like the calc() function doesn't work on the css styling with this update.
Code: Select all
hsl(214, calc(var(--saturation-factor, 1) * 9.9%), 50.4%)Moderator: trava90

Code: Select all
hsl(214, calc(var(--saturation-factor, 1) * 9.9%), 50.4%)