Skip to content

Instantly share code, notes, and snippets.

@arvinsim
Created October 12, 2017 00:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arvinsim/fe03474962052f9cbe7931ca09444b7a to your computer and use it in GitHub Desktop.
Save arvinsim/fe03474962052f9cbe7931ca09444b7a to your computer and use it in GitHub Desktop.
Dark Hacker News - Solarized Custom
* {
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