Hacker News new | ask | show | jobs
by tekkk 2224 days ago
Hey, nice work. As a webdev who has had to do designer work, I just noticed a small minor thing you could maybe change to make the style better. I myself too sometimes trip on the correct use of borders, and in this case I don't think you need one for the pre-tags. Just use a stronger background color and it will look a lot less "blocky" if that's the correct term.

Eg.

  padding: 1rem 1.4rem;
  max-width: 100%;
  overflow: auto;
  /* border: 1px solid hsl(210, 15%, 49%); */
  border-radius: 4px;
  background: hsl(210, 28%, 93%);
I think that grey was kinda neutral. But anyway, that's just my opinion. Otherwise it looks nice.
1 comments