Skip to content

Instantly share code, notes, and snippets.

@antronic
Created March 31, 2019 14:58
Show Gist options
  • Save antronic/87eb1c65b7d1db6b1d35ab16b27f7310 to your computer and use it in GitHub Desktop.
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