Skip to content

Instantly share code, notes, and snippets.

@hnagato
Created January 21, 2011 19:28
Show Gist options
  • Save hnagato/790246 to your computer and use it in GitHub Desktop.
Save hnagato/790246 to your computer and use it in GitHub Desktop.
Hacker News の文字小さい…
@charset "utf-8";
/*
* Hacker News - http://news.ycombinator.com/news
*/
.title {
font-size: 16px !important;
}
.subtext {
font-size: 12px !important;
}
tr {
margin: 0.5em !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment