Files
gitbook/packages/react-math/css/default.css
2025-02-26 17:59:34 +01:00

10 lines
233 B
CSS

/** Hide the KaTeX HTML output, while it's loading */
body:not(.katex-loaded) .katex-html {
display: none;
}
/** Align the MathJax output with the font-size used by KaTeX */
mjx-container[jax="CHTML"] {
font-size: 1.21em;
}