Created
October 12, 2017 00:11
-
-
Save arvinsim/fe03474962052f9cbe7931ca09444b7a to your computer and use it in GitHub Desktop.
Dark Hacker News - Solarized Custom
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
* { | |
color: #93A1A1 !important; | |
background-color: #002b36 !important; | |
} | |
body > center > table > tbody > tr:first-child * { | |
background-color: #073642 !important; | |
} | |
body > center > table > tbody > tr:first-child * a:hover { | |
background: #002b36 !important; | |
} | |
code, pre, input, textarea { | |
background: #073642 !important; | |
} | |
a { | |
/*color: #2aa198 !important;*/ | |
color: #b58900 !important; | |
} | |
.subtext a { | |
color: #93A1A1 !important; | |
} | |
a:visited, a:visited span { | |
/*color: #b58900 !important;*/ | |
color: #2aa198 !important; | |
} | |
a:hover, a:hover span { | |
background: #073642 !important; | |
} | |
.comment { font-size: 10pt; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment