diff --git a/docs/assets/css/unicado.css b/docs/assets/css/unicado.css index 88372568650c79e24c080e4488fc1663cc942c40..8c612d43564dd53cc8e6fc1cba976cbd31b775df 100644 --- a/docs/assets/css/unicado.css +++ b/docs/assets/css/unicado.css @@ -37,6 +37,21 @@ font-size: 1.1em; } +/* Make all LaTeX-style math equations white */ +:root { + --math-color: #ffffff; /* Set the default color for equations */ +} + +/* MathJax equations */ +.MathJax, mjx-container, math { + color: var(--math-color) !important; +} + +/* KaTeX equations */ +.katex, .katex-display { + color: var(--math-color) !important; +} + /* Download button styling */ .download-button-container { text-align: center;