Update default.html
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
68f6d5a10a
commit
4e5dd7f72d
1 changed files with 10 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue