TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Seriously, Stop Sabotaging Your 2012 Goals

13 pointsby jirinovotnyover 13 years ago

1 comment

aaronlidmanover 13 years ago
This was hard to read, I mean that about the actual readability of the article not the content. Here's my constructive criticism and simple css fixes.<p>The paragraphs need some line-height, it seems too much like a heavy wall of text, space it out a little.<p>.entry p {line-height: 1.5em;}<p>Black on white is hard to read for too long, something slightly less black can help.<p>.entry p {color: #222222;}<p>Maybe it's because of the way it renders on a Mac but that font isn't the best for long text. I'd keep it simple and just stick with sans-serif.<p>.entry p {font-family: sans-serif;}<p>before: <a href="http://i.imgur.com/JCYTF.png" rel="nofollow">http://i.imgur.com/JCYTF.png</a><p>after: <a href="http://i.imgur.com/nerMb.png" rel="nofollow">http://i.imgur.com/nerMb.png</a><p>just flip between them a few times in separate tabs<p>Hope I'm not stepping on any toes, just trying to help.
评论 #3440399 未加载