Skip to content

Instantly share code, notes, and snippets.

@tomarrell
Last active March 3, 2021 18:27
Show Gist options
  • Save tomarrell/1cf5d7235f06cb9401e2338eed815687 to your computer and use it in GitHub Desktop.
Save tomarrell/1cf5d7235f06cb9401e2338eed815687 to your computer and use it in GitHub Desktop.
HackerNews - Peachy Dark Theme
#hnmain {
background-color: black;
}
a,
body,
a.storylink,
.c00,
.c00 a:link,
.commtext,
.yclinks > a {
color: #bbb;
}
html {
background-color: black;
}
#hnmain > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) {
background-color: #eb4d4b;
}
#hnmain > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > a:nth-child(1) > img:nth-child(1) {
filter: grayscale(1.0);
}
#hnmain > tbody:nth-child(1) > tr:nth-child(3) a:link {
color: #bbb;
}
@tomarrell
Copy link
Author

tomarrell commented Jan 30, 2021

NB: Probably won't work everywhere, just hitting the important parts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment