Created
December 22, 2016 16:53
-
-
Save x5lcfd/b4ad0f011a82b2b3cfe1155ba4b65b74 to your computer and use it in GitHub Desktop.
GPU GEMS Dark Style
This file contains hidden or 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
/* | |
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