Code blocks suddenly look quite different

Code block fonts and colors seem to have changed a lot:

func foo() -> Double {
  return 1 + 2/3 + 4/5 + 6/7
}
Screenshot for posterity

I don’t have any handy image to compare how it was, except for the little snippet in this comment. In addition to changing the font and color, my recollection is that code voice used to be about the same size as regular text, whereas it now appears noticeably smaller.

(I think the font for regular text has also changed slightly too, perhaps increasing in “weight” or line thickness.)

1 Like

here's another one for comparison purposes, before all my open tabs refresh:

another screenshot for posterity

2 Likes