Display your gist in dark theme by adding full-dark-gist
or semi-dark-gist
class to parent or root element.
If you want use this styles on light background I would suggest you to add this css class in your styles, it improves visibility of Gist
.gist .gist-file{
background-color: black !important;
border-color: black !important;
}
- HTML
- JS
- CSS
- SCSS
- TXT
Download and add css file to document:
<link rel="stylesheet" href="darkGist.css">
<!-- min version -->
<link rel="stylesheet" href="darkGist.min.css">
And now add to root or parent element of gist one of the given classes:
full-dark-gist
or:
semi-dark-gist