Skip to content

Instantly share code, notes, and snippets.

@resure
Created March 7, 2020 15:59
Show Gist options
  • Save resure/02a4292c8c36e26f7b42b259c18db663 to your computer and use it in GitHub Desktop.
Save resure/02a4292c8c36e26f7b42b259c18db663 to your computer and use it in GitHub Desktop.
html, body {
background: #111 !important;
}
#hnmain {
background: #1a1a1a;
padding: 5px;
}
.subtext {
color: #eb8c00 !important;
}
.sitebit, .sitestr {
color: #eb8c00 !important;
}
.subtext a {
color: #eb8c00 !important;
}
.subtext a:last-child {
color: #999;
}
.hnuser {
color: #eb8c00 !important;
}
.age a {
color: #eb8c00 !important;
}
.togg {
color: #eb8c00 !important;
}
.storylink {
color: #eb8c00 !important;
}
.votearrow {
background: none;
}
.votearrow:before {
content: '▲';
display: block;
color: #eb8c00;
font-size: 9px;
}
textarea {
background: #222;
border: 1px solid #444;
color: #aaa;
}
form input:last-child {
display: none;
}
.comment {
color: #eb8c00;
font-size: 12px;
/*font-family: Menlo;*/
/*line-height: 1.6;*/
font-family: Verdana, Arial;
line-height: 1.55;
}
.c00, .c00 a:link {
color: #eb8c00;
}
.commtext.c5a {
color: rgba(255, 177, 61, 0.27);
}
.reply a {
color: #eb8c00;
text-decoration: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment