Last active
August 5, 2016 13:31
-
-
Save hirthwork/5e7cfd4b343c54ebabff473e97404128 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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