Hello,
I found another regression in the website after migrating golang.org to go.dev. Specifically, the code snippets in blog posts are a much smaller font size than the text of the blog post itself. This makes the snippets very hard to read, and overall creates a pretty uncomfortable aesthetic on the page.
It looks like the issue is that the font-size for pre is set to 0.83em. It looks much better when setting it to 1.0em.
I've attached a screenshot showing the issue:

Here's what it looks like when setting the pre font-size to 1em:

Hello,
I found another regression in the website after migrating golang.org to go.dev. Specifically, the code snippets in blog posts are a much smaller font size than the text of the blog post itself. This makes the snippets very hard to read, and overall creates a pretty uncomfortable aesthetic on the page.
It looks like the issue is that the
font-sizeforpreis set to0.83em. It looks much better when setting it to1.0em.I've attached a screenshot showing the issue:
Here's what it looks like when setting the
prefont-sizeto1em: