Skip to content

Instantly share code, notes, and snippets.

@graue
Created May 1, 2013 20:23
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 graue/5498065 to your computer and use it in GitHub Desktop.
Save graue/5498065 to your computer and use it in GitHub Desktop.
Firefox userContent.css to make Hacker News comments prettier
@-moz-document url-prefix(https://news.ycombinator.com) {
.comment {
font-family: Alegreya, serif !important;
font-size: 15pt !important;
}
.comment code {
font-family: Inconsolata-g, fixed !important;
font-size: 10pt !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment