Update default.html

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-02 17:11:52 +01:00 committed by GitHub
parent d6f9ce84fb
commit b0f050fe52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@
<script> <script>
MathJax = { MathJax = {
tex: { tex: {
inlineMath: [['$', '$']] inlineMath: [['$', '$'], ["$'", "'$"]]
} }
}; };
</script> </script>
@ -21,7 +21,7 @@
.language-shell.highlighter-rouge { .language-shell.highlighter-rouge {
/* New styles for Shell code */ /* New styles for Shell code */
background-color: #d5e3f3; /* Example background color */ background-color: #d5e3f3; /* Example background color */
color: #333; /* Example text color */ color: #000000; /* Example text color */
padding: 10px; /* Example padding */ padding: 10px; /* Example padding */
font-family: 'Courier New', monospace; /* Monospaced font for code */ font-family: 'Courier New', monospace; /* Monospaced font for code */
/* Add other styling properties as needed */ /* Add other styling properties as needed */
@ -29,7 +29,7 @@
.language-python { .language-python {
/* New styles for Python code */ /* New styles for Python code */
background-color: #d5e3f3; /* Light grey background */ background-color: #d5e3f3; /* Light grey background */
color: #202020; /* Dark grey text color */ color: #000000; /* Dark grey text color */
padding: 10px; /* Padding around the code block */ padding: 10px; /* Padding around the code block */
font-family: 'Courier New', monospace; /* Monospaced font for code */ font-family: 'Courier New', monospace; /* Monospaced font for code */
/* Add other styling properties as needed */ /* Add other styling properties as needed */
@ -37,7 +37,7 @@
.language-matlab { .language-matlab {
/* New styles for MATLAB code */ /* New styles for MATLAB code */
background-color: #d5e3f3; /* Light yellow background */ background-color: #d5e3f3; /* Light yellow background */
color: #0052cc; /* MATLAB blue text color */ color: #000000; /* MATLAB blue text color */
padding: 10px; /* Padding around the code block */ padding: 10px; /* Padding around the code block */
font-family: 'Courier New', monospace; /* Monospaced font for code */ font-family: 'Courier New', monospace; /* Monospaced font for code */
/* Add other styling properties as needed */ /* Add other styling properties as needed */