mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-12 05:48:57 +00:00
10 lines
233 B
CSS
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;
|
|
}
|