Created
October 7, 2019 09:25
-
-
Save TimoWestland/45c0f643f25b0b0c0a946b64716fc3ed 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
body { | |
-apple-color-filter: invert(0.8235) hue-rotate(180deg) saturate(300%); | |
-apple-color-filter: apple-invert-lightness(); | |
} | |
@media (prefers-dark-interface) { | |
body { | |
background-color: white !important; | |
-apple-color-filter: none; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment