Created
October 18, 2017 19:46
-
-
Save aarongustafson/197e0d5c534e0df83c908efc256cfcb7 to your computer and use it in GitHub Desktop.
Print Style Switching
This file contains 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
body { background: white; color: black; } |
This file contains 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
body { background: black; color: white; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment