Bug report
Profile images are appearing colour-inverted in some lists. For example, when you open a release, in the release tasks list.
Example:

It looks like it's related to this piece of code, as setting filter: none; in the HTML element using Chrome dev tools fixes it.
html {
filter: invert(86%) hue-rotate(180deg) brightness(105%) contrast(105%);
background: white;
}