Skip to content

Instantly share code, notes, and snippets.

@hirthwork
Last active August 5, 2016 13:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hirthwork/5e7cfd4b343c54ebabff473e97404128 to your computer and use it in GitHub Desktop.
Save hirthwork/5e7cfd4b343c54ebabff473e97404128 to your computer and use it in GitHub Desktop.
#scrollToTop {
display: none !important;
}
#stat-blacklisters {
display: block !important;
}
* {
color: #cccccc !important;
background-color: #444444 !important;
-moz-appearance: none !important;
}
img {
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");
filter: gray;
-webkit-filter: grayscale(100%);
}
img.avatar {
border-radius: 5px;
}
.post-id, a.tag {
font-family: fixed;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment