<div>
<p>Turn on high contrast on a Windows machine while using IE11 or Microsoft Edge.</p>
<img src="https://blog.codepen.io/wp-content/uploads/2012/06/Button-Black-Large.png" alt="Codepen SVG Logo">
</div>
img {
width: 100px;
height: 100px;
}
@media (-ms-high-contrast: white-on-black) {
img {
filter: invert(1);
}
}
View Compiled
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.