I removed the class for the Christmas and new year (because of the special animated logos).
You can use ‘filter: hue/brightness’ to change its color.
https://www.w3schools.com/cssref/css3_pr_filter.asp
Edit: use the following link to convert your color and replace the values in the custom css below: https://codepen.io/sosuke/pen/Pjoqqp
.poal-logo {
filter: invert(100%) sepia(35%) saturate(0%) hue-rotate(100deg) brightness(108%) contrast(102%);
}
i was wondering why my pink bear went away. This has a black box step to it with that generator, but it works.
That must be your browser’s rendering engine. I don’t see that on Safari.
its pink right now, with
.poal-logo { filter: invert(30%) sepia(70%) saturate(7027%) hue-rotate(315deg) brightness(100%) contrast(104%);}
using dissenter browser, works after page loads on Brave browser, and firefox once i enable javascript.
the old code i had been using since long before stopped working.
body.dark g, body g { //fill: #FF1493 !important; //poal bear color broken}
(post is archived)