Skip to content

Instantly share code, notes, and snippets.

@gferreira
Created April 18, 2016 14:04
Show Gist options
  • Save gferreira/8748d482b7c563f165a5b55604fa01db to your computer and use it in GitHub Desktop.
Save gferreira/8748d482b7c563f165a5b55604fa01db to your computer and use it in GitHub Desktop.
css tweak for robofontmechanic.com, for use with stylish
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("http://www.robofontmechanic.com/") {
.extension:hover {
background-color: #FDD;
}
.extension:hover > *,
.extension:hover .name a,
.extension:hover .author a {
color: #F00 !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment