5/22/2025 at 9:49:52 PM
Looks like a nice article, but there are some rendering issues for me.In the section "We also need to define a metric for pruning." the math afterwards (and in all other places) has a dark background, and black font. Not legible. The code seems to have a weird shadow effect that goes away if I mark the code. That doesn't seem to be intended.
by konstruction
5/23/2025 at 10:42:20 AM
You OS system theme is dark, so the page uses a dark theme. However, the math is rendered in black... The CSS for MathJAX `mjx-container[data-theme="dark"]` should include to put a white background to avoid this issue. Note that in the upper right of the page, you can force the light version.That's one reason why I generally rely on the Dark background and Light text extension, as in such cases it's obvious the readability wasn't checked.
by woolion