Created
March 31, 2017 10:27
-
-
Save purefan/949b0671b2f587daad73e8db4f9a2ffd to your computer and use it in GitHub Desktop.
Generic dark theme for Stylish based on Krebs on security
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
body, | |
h1, h2, h3, | |
div > h2, | |
.post h2, | |
p, | |
ol.commentlist, | |
ol.commentlist li, | |
ol.commentlist li.even, | |
li.comment, | |
#commentform > p > label > small | |
{ | |
background: #222; | |
color: #999; | |
} | |
ol.commentlist li.odd { | |
background: #222; | |
color: #888; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment