Skip to content
Snippets Groups Projects
Commit 485f0a9b authored by Tobias Weckenmann's avatar Tobias Weckenmann
Browse files

ccs

parent 9c601815
No related branches found
No related tags found
3 merge requests!76Draft: Updated Python code example,!73Initial open source version,!47Documentation/propulsion design update
Pipeline #1610750 waiting for manual action
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment