do you think there is a way to detect inverted color mode in the browser? There is one thread How to detect MAC OS' inverted color mode in javascript / css?, which is saying it's not possible via CSS or JavaScript.
I have been thinking about rendering pixel in WebGL and then reading it's color value. Not sure how exactly inverted color mode works though.
Any thoughts about this?