Last active
September 8, 2016 19:07
-
-
Save aarongustafson/837a002fa7dfd8d7a9729ca9398cedab to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media (-ms-high-contrast: white-on-black) { | |
/* rule sets for white on black */ | |
} | |
@media (-ms-high-contrast: black-on-white) { | |
/* rule sets for black on white */ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment