because it felt crowded on a desktop screen. I do feel like removing the :visited color difference is a usability negative.
Also the 'add comment' input isn't a button so it doesn't get a normal pointer:
input[type='submit'] {
cursor: pointer;
}
HN's table layout makes it tough to do normal things you'd expect on a site like this.. kinda surprising to see a no-kidding table layout these days. It brings back bad memories. Thanks for posting.
Comments
This is cool, thanks for this! I have added
because it felt crowded on a desktop screen. I do feel like removing the :visited color difference is a usability negative.Also the 'add comment' input isn't a button so it doesn't get a normal pointer:
HN's table layout makes it tough to do normal things you'd expect on a site like this.. kinda surprising to see a no-kidding table layout these days. It brings back bad memories. Thanks for posting.Those are some good changes, I also change to something like:
to help see which items on the front page I've clicked onThanks. I've fixed the pointer issue.
And yeah, HN's html and css is shocking.