Update default.html

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-02 20:33:30 +01:00 committed by GitHub
parent 68f6d5a10a
commit 4e5dd7f72d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,8 @@
font-family: 'Courier New', monospace; /* Monospaced font for code */
/* Add other styling properties as needed */
border: 0px solid #00326d;
margin: 5px;
margin-bottom: 10px;
margin-bottom: 10px;
}
.language-python {
/* New styles for Python code */
@ -36,7 +37,8 @@
font-family: 'Courier New', monospace; /* Monospaced font for code */
/* Add other styling properties as needed */
border: 0px solid #00326d;
margin: 5px;
margin-bottom: 10px;
margin-bottom: 10px;
}
.language-matlab {
/* New styles for MATLAB code */
@ -46,7 +48,8 @@
font-family: 'Courier New', monospace; /* Monospaced font for code */
/* Add other styling properties as needed */
border: 0px solid #00326d;
margin: 5px;
margin-bottom: 10px;
margin-bottom: 10px;
}
.highlight .hll { color: #000000; background-color: #d5e3f3 }
.highlight { color: #000000; border: 0px; background: #d5e3f3; }
@ -128,6 +131,8 @@
border-collapse: collapse;
width: 100%;
border: 2px solid black; /* 2px border around the table */
margin-bottom: 10px;
margin-bottom: 10px;
}
table, th, td {
@ -215,7 +220,8 @@
<div class="section section-default">
{{ content }}
<p>
The source code is Open Source and can be found on <a href="https://github.com/davrot/pytutorial"> GitHub </a>
<p>
The source code is Open Source and can be found on <a href="https://github.com/davrot/pytutorial"> GitHub. </a>
</div>
</div>
</main>