I want to do some extra contrast work if the OS is in high contrast mode. With Windows we can use the media queries like
@media screen and (-ms-high-contrast: active) {}
which would detect this via media query and we can extend the functionality from there. If we don't have a media query like this in Mac OS, perhaps there's a JS alternative? Or does it invert the colors at such a low level that we can't really look into it at all?