Skip to content

Instantly share code, notes, and snippets.

@x5lcfd
Created December 22, 2016 16:53
Show Gist options
  • Save x5lcfd/b4ad0f011a82b2b3cfe1155ba4b65b74 to your computer and use it in GitHub Desktop.
Save x5lcfd/b4ad0f011a82b2b3cfe1155ba4b65b74 to your computer and use it in GitHub Desktop.
GPU GEMS Dark Style
/*
url prefix: https://developer.nvidia.com/gpugems/
*/
.white-background {
background-color: #000;
}
.row > .col-md-8 > p {
color: white;
}
.row > .col-md-8 > .figure > p {
color: #76b900;
}
.row > .col-md-8 > .figure {
width: 100%;
margin: 0 auto;
}
.row > .col-md-8 > h2, h3, h4 {
color: #76b900;
}
.row > .col-md-8 > ul > li {
color: white;
font-style: italic;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment