I recently uploaded a blog post with a featured image that is transparent expecting that the background will match the background of my webpage. Instead it shows a slightly lighter green. I look into the code to make sure it’s not set as a different color, and found that even if I hard code it to be the background value, it keeps showing a different color green. I tried testing out with different value rgb already so I know for sure that I’m in the right section, as changing the value changed the featured image container:
background-color: #f0f0f0 /*hard code value to test*/
background-color: rgb(var(--color-background));
I’m pretty stumped and don’t know where else to look. I’m currently using the Sense theme. Other than this container I do see that this green shows up as a “background” color a few other places as well and not matching the rgb value I was using in the schemes shown above (#25463C).
