Skip to content

Instantly share code, notes, and snippets.

@zogreptile
Created April 26, 2018 00:09
Show Gist options
  • Save zogreptile/5c9cb1ef77db9f286f6bc71bac6225c7 to your computer and use it in GitHub Desktop.
Save zogreptile/5c9cb1ef77db9f286f6bc71bac6225c7 to your computer and use it in GitHub Desktop.
Черно-белая яндекс карта.
[class*="ymaps-2"][class*="-ground-pane"] {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
-webkit-filter: grayscale(100%);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment