Skip to content

Instantly share code, notes, and snippets.

@ntnbst
Created April 26, 2020 08:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ntnbst/985de95e61226421f5f7868f52e7bfa5 to your computer and use it in GitHub Desktop.
Save ntnbst/985de95e61226421f5f7868f52e7bfa5 to your computer and use it in GitHub Desktop.
Target only safari browser - CSS
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) {
.safari_only {
color:#0000FF;
background-color:#CCCCCC;
}
}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment