Skip to content

Instantly share code, notes, and snippets.

@TimoWestland
Created October 7, 2019 09:25
Show Gist options
  • Save TimoWestland/45c0f643f25b0b0c0a946b64716fc3ed to your computer and use it in GitHub Desktop.
Save TimoWestland/45c0f643f25b0b0c0a946b64716fc3ed to your computer and use it in GitHub Desktop.
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