High contrast mode on Mozilla browser
问题 I am not able to use any media query for high contrast mode in the Mozilla (Firefox) browser. The media queries given are working fine on IE and edge, but not working on Mozilla. The images are not coming on Mozilla in high contrast mode. Can someone suggest any media query which will target Mozilla in high contrast mode? I have used following media queries: @media screen and (-ms-high-contrast: active) { } @media screen and (-ms-high-contrast: black-on-white) { } @media screen and (-ms-high