Hacker News new | ask | show | jobs
by rcruzeiro 4499 days ago
Just add this custom css to the page and it should be much more legible:

body { background: white; color: black; line-height: 27px; }

#outer-wrapper { font-family: 'Lucida Grande'; font-size: 11pt; }

1 comments

That will only work on Mac OS X. Just use "font-family: sans-serif", it'll look fine on any system.