Actually the color inversion is probably a 'filter: invert(100%)' turned on by js; I tried peeking through the DOM and didn't see it, so I may be wrong.
If filter performance is an issue, they could force gpu rendering by applying a 3d transform that does nothing.