Skip to content

Instantly share code, notes, and snippets.

@ausbitbank
Created January 2, 2017 03:50
Show Gist options
  • Save ausbitbank/f53b8984b37a06739d34645794f3e175 to your computer and use it in GitHub Desktop.
Save ausbitbank/f53b8984b37a06739d34645794f3e175 to your computer and use it in GitHub Desktop.
Install with stylish firefox extension
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("steemit.com") {
.downvoted {
color: black;
opacity: 1;
-webkit-filter: none;
filter: none;
.Comment__header-user { color: black; }
}
.downvoted:hover {
opacity: 1;
filter:none;
-webkit-filter: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment