Skip to content

Instantly share code, notes, and snippets.

@ZeWaka
Created March 31, 2026 21:20
Show Gist options
  • Select an option

  • Save ZeWaka/317de144cd2af3ae53343e0dd839dd91 to your computer and use it in GitHub Desktop.

Select an option

Save ZeWaka/317de144cd2af3ae53343e0dd839dd91 to your computer and use it in GitHub Desktop.
hacker news dark mode
body { background-color: #232834; }
#hnmain { background-color: #1F2430; }
a:link.storylink,
#hnmain > tbody > tr:first-child > td a,
.commtext, .commtext a:link,
td {
color: #fafafa;
}
a:link {
color: #fafafa;
}
#hnmain > tbody > tr:first-child > td { background-color: #4a3226; }
.sitebit, .subtext, .sitestr, .subtext a:link,
.rank, a.morelink,
.yclinks a,
.comhead a:link, .comhead,
.hnmore a:link, .reply a:link {
color: #8c96ac;
}
.c00, .c00 a:link { color:#ffffff; }
.c5a, .c5a a:link, .c5a a:visited { color:#a5a5a5; }
.c73, .c73 a:link, .c73 a:visited { color:#8c8c8c; }
.c82, .c82 a:link, .c82 a:visited { color:#d4d4d4; }
.c88, .c88 a:link, .c88 a:visited { color:#777777; }
.c9c, .c9c a:link, .c9c a:visited { color:#636363; }
.cae, .cae a:link, .cae a:visited { color:#515151; }
.cbe, .cbe a:link, .cbe a:visited { color:#414141; }
.cce, .cce a:link, .cce a:visited { color:#313131; }
.cdd, .cdd a:link, .cdd a:visited { color:#303030; }
.pagetop { color: #795848; }
a:visited {
color: #979cf4;
}
.votearrow {
overflow: visible;
position: relative;
}
.votearrow::before {
content: "";
width: 0;
height: 0;
left: 1px;
top: 3px;
display: block;
position: absolute;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-bottom: 7px solid #bebfd1;
}
.fatitem textarea { background-color: #232834; color: #fafafa; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment