Hacker News new | ask | show | jobs
by PKop 3484 days ago

  $('a').css({'text-decoration': 'none', color: 'navy'})
edit: you're right this is a particularly low quality comment.

Just think the site could use some toning down on the styling. More visually pleasing, less distracting. Personal opinion, that is all.

2 comments

Can you at least clue us in on why you pasted this seemingly random snippet of code?
I think this is a good improvement!
Yeah, it looks nice, I'll think about it.

  /* native device fonts */
  body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; }
  
  a { text-decoration: none; color: #444; }
  a:hover { color: lime !important; }
  
  p.item > a { font-size: 17px; color: #00C; }
  p.item-info { color: #666; }