mirror of
https://github.com/davrot/pytutorial.git
synced 2025-04-19 05:36:42 +02:00
Update default.html
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
d6f9ce84fb
commit
b0f050fe52
1 changed files with 4 additions and 4 deletions
|
@ -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 */
|
||||||
|
|
Loading…
Add table
Reference in a new issue