Skip to content
Snippets Groups Projects

Documentation/propulsion design update

Merged Tobias Weckenmann requested to merge documentation/propulsion_design_update into develop
2 unresolved threads
Files
8
@@ -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;
Loading