Hi, I thought this was working but I’ve just taken another look and it seems to have reverted to the previous state with the dull color yellow and I can still see the background grey color. I’ve checked and the updated CSS is definitely there.
`.star-bar {
background: linear-gradient(90deg, var(–star-color) var(–star-rating), rgba(0,0,0,0) var(–star-rating));
color: rgba(0,0,0,0);
background-clip: text;
-webkit-background-clip: text;
}