Skip to content

Instantly share code, notes, and snippets.

@benzBrake
Last active May 28, 2016 10:58
Show Gist options
  • Save benzBrake/8ef30a1fa3875a135a64cd2c121e2c05 to your computer and use it in GitHub Desktop.
Save benzBrake/8ef30a1fa3875a135a64cd2c121e2c05 to your computer and use it in GitHub Desktop.
@-moz-document domain("github.com") {
a[href$=".sh"]::before {
content:url("moz-icon://.sh?size=16");
}
a[href$=".js"]::before {
content:url("moz-icon://.js?size=16");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment