Skip to content

Instantly share code, notes, and snippets.

@purefan
Created March 31, 2017 10:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save purefan/949b0671b2f587daad73e8db4f9a2ffd to your computer and use it in GitHub Desktop.
Save purefan/949b0671b2f587daad73e8db4f9a2ffd to your computer and use it in GitHub Desktop.
Generic dark theme for Stylish based on Krebs on security
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