Skip to content

Instantly share code, notes, and snippets.

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 Algomorph/85154a792471b5f9a50d995a0e3b279a to your computer and use it in GitHub Desktop.
Save Algomorph/85154a792471b5f9a50d995a0e3b279a to your computer and use it in GitHub Desktop.
A Stylus-compatible dark-them CSS style for CMSC/UMD class project descriptions
body {
color: #999;
background-color: #35332e
}
img {
filter: invert(0.775);
}
h2{
color: #777;
}
h3{
color: #777;
}
ul{
color: #999;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment