Files
gitbook/packages/react-math/src/default.css
T
Samy Pessé 6695de7b79 Fix inline math not displayed with KaTeX (#304)
* Fix mathjax loading

* Fix inline math not being displayed

* Format
2024-03-19 12:39:53 +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;
}