Skip to content

Instantly share code, notes, and snippets.

@phit
Last active June 18, 2020 15:42
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 phit/6064f4e91ee00ce05e63726e35cddc2a to your computer and use it in GitHub Desktop.
Save phit/6064f4e91ee00ce05e63726e35cddc2a to your computer and use it in GitHub Desktop.
my hackernews stylesheet
@-moz-document domain("news.ycombinator.com") {
* {
color: #93A1A1 !important;
background-color: #323234 !important;
}
body > center > table > tbody > tr:first-child * {
background-color: #996a24 !important;
}
body > center > table > tbody > tr:first-child * a:hover {
background: #996a24 !important;
}
code, pre, input, textarea {
background: #373738 !important;
}
a {
color: #c9c9c9 !important;
}
.subtext a {
color: #93A1A1 !important;
}
a:visited, a:visited span {
color: #9c9a9a !important;
}
a:hover, a:hover span {
background: #323234 !important;
}
body, html, body > center {
background-color: #202020 !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment