Created
March 31, 2014 05:18
-
-
Save nicroto/9885777 to your computer and use it in GitHub Desktop.
This file contains 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
div.article-body p { | |
color: #050505; | |
} | |
a.external { | |
color: #4385a3; | |
} | |
h1, h2, h3 { | |
color: #080808; | |
} | |
div.article-body p tt { | |
color: #383738; | |
} | |
html body { | |
background-color: #ffffff; | |
} | |
div.article-body pre { | |
background-color: #ffffff; | |
} | |
span.paren1 { | |
background-color: #ffffff; | |
color: #000000; | |
} | |
span.default { | |
color: #000000; | |
background-color: #ffffff; | |
} | |
span.comment { | |
color: #000000; | |
background-color: #ffffff; | |
} | |
span.symbol { | |
color: #a132a1; | |
background-color: #ffffff; | |
} | |
div.article-body ul li { | |
color: #000000; | |
} | |
#about p { | |
color: #000000; | |
} | |
#fineprint small a { | |
color: #4385a3; | |
} | |
a.prev { | |
color: #4385a3; | |
} | |
tt.highlight.c-language { | |
color: #c7521c; | |
} | |
a { | |
color: #4385a3; | |
} | |
#fineprint small { | |
color: #000000; | |
} | |
img { | |
-webkit-filter: invert(100%); | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment