Skip to content

Instantly share code, notes, and snippets.

@blakewatson
Last active January 18, 2021 06:06
Show Gist options
  • Save blakewatson/dcfa8350f279b1fce7a7cd96787bf7b6 to your computer and use it in GitHub Desktop.
Save blakewatson/dcfa8350f279b1fce7a7cd96787bf7b6 to your computer and use it in GitHub Desktop.
Hacker News Dark
@namespace url(http://www.w3.org/1999/xhtml);
body {
background-color: #262626 !important;
}
body > center > table, input, textarea {
background-color: #222 !important;
}
body > center > table > tbody > tr:first-child > td {
background-color: #ff6600 !important;
}
/* Bright text */
td.title a:link, span.comment font, span.comment font a:link, u a:link, span.yclinks a:link, body:not([id]),
td:nth-child(2):not(.subtext) > a:link, input, textarea, p > a, a > u, .c00, .c00 a:link,
a[href="http://www.ycombinator.com/apply/"] {
color: #ccc !important;
}
.admin td {
color: #aaa !important;
}
/* search box and comment box */
input, textarea {
border: 1px solid #828282 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment