Build: improve KaTeX display in tables

This commit is contained in:
Ben Edgington
2025-06-23 20:03:07 +01:00
parent b6edbda1e8
commit 59bd21ed10

View File

@@ -349,7 +349,7 @@ pre[class^="language-"] code {
/*** Equations ***/
/* Keep inline equations the same size as surrounding text */
p span.katex, li span.katex {
p span.katex, li span.katex, td span.katex {
font-size: inherit;
}