For some reason Chrome is modifying my PNGs in dark mode and I cannot fix it in CSS...
I tried resetting the filter, but to no avail
filter: brightness(1) contrast(1) grayscale(1) invert(1) saturate(1) hue-rotate(0);
Source: https://assets.tumblr.com/images/default_avatar/sphere_open_64.png#_=_
Light mode:
Dark mode:
Any idea?

