Skip to content

Instantly share code, notes, and snippets.

@dgnsrekt
Created September 18, 2018 14:21
Show Gist options
  • Save dgnsrekt/2d7fcdbf74fe495b903a9ba9149d7c7b to your computer and use it in GitHub Desktop.
Save dgnsrekt/2d7fcdbf74fe495b903a9ba9149d7c7b to your computer and use it in GitHub Desktop.
@namespace url(http://www.w3.org/1999/xhtml);
html {
background-color: #002b36 !important;
color: #839496 !important;
font-size: 105%
}
* { /* body, div#content-body, div#body, div#content, h1 */
background: transparent !important;
color: inherit !important;
border-color: #073642
}
pre {
background-color: #073642 !important
}
a {
color: #268bd2 !important;
text-decoration: none !important;
border: none !important
}
a:hover {
text-decoration: underline !important
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment