Remix.run Logo
latexr 2 hours ago

Quick fix for the font, which many people are (rightly) complaining about.

  Array.from(document.getElementsByClassName("quote")).forEach(p => { p.style.marginTop = "20px"; p.classList.remove("quote", "reveal") })
The issue is that all of the text is a quote, and that renders enormous. That’s probably fine for a tiny quote amongst more text, but here it is jarring.
silverlimetea 43 minutes ago | parent [-]

    querySelectorAll('.quote')