Created
September 18, 2018 14:21
-
-
Save dgnsrekt/2d7fcdbf74fe495b903a9ba9149d7c7b to your computer and use it in GitHub Desktop.
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
@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