Skip to content

Instantly share code, notes, and snippets.

@hothanhan
Created July 13, 2015 02:09
Show Gist options
  • Save hothanhan/f43bad6c25b93381beea to your computer and use it in GitHub Desktop.
Save hothanhan/f43bad6c25b93381beea to your computer and use it in GitHub Desktop.
hack css chrome, safari
/* hack css chrome */
#div{color:green;}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#div{color:red;}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment