Skip to content

Instantly share code, notes, and snippets.

@antronic
Created March 31, 2019 14:58
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save antronic/87eb1c65b7d1db6b1d35ab16b27f7310 to your computer and use it in GitHub Desktop.
@media (prefers-dark-interface)
{
html {
-apple-color-filter: apple-invert-lightness();
}
a {
-apple-color-filter: none;
color: -webkit-link;
}
img {
filter: invert(100%);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment