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:23:54 +01:00 committed by GitHub
parent 9b63b056e5
commit 665e8e5f00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,6 +25,7 @@
padding: 10px; /* Example padding */
font-family: 'Courier New', monospace; /* Monospaced font for code */
/* Add other styling properties as needed */
border: 2px;
}
.language-python {
/* New styles for Python code */
@ -33,6 +34,7 @@
padding: 10px; /* Padding around the code block */
font-family: 'Courier New', monospace; /* Monospaced font for code */
/* Add other styling properties as needed */
border: 2px;
}
.language-matlab {
/* New styles for MATLAB code */
@ -41,6 +43,7 @@
padding: 10px; /* Padding around the code block */
font-family: 'Courier New', monospace; /* Monospaced font for code */
/* Add other styling properties as needed */
border: 2px;
}
.highlight .hll { color: #000000 background-color: #d5e3f3 }
.highlight { border: 0px; background: #d5e3f3; }
@ -163,9 +166,9 @@
</div>
</div>
<div class="darkblue-container">
<div class="darkblue-bar">
<div class="darkblue-title">
<div class="lightblue-container">
<div class="lightblue-bar">
<div class="lightblue-title">
<a href="/pytutorial/">Home</a>
<a href="https://github.com/davrot/pytutorial/">GitHub Repo</a>
</div>