Update default.html
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
7573bb03ed
commit
a33d23a454
1 changed files with 5 additions and 3 deletions
|
@ -25,7 +25,7 @@
|
|||
padding: 10px; /* Example padding */
|
||||
font-family: 'Courier New', monospace; /* Monospaced font for code */
|
||||
/* Add other styling properties as needed */
|
||||
border: 1px solid #00326d;
|
||||
border: 0px solid #00326d;
|
||||
margin: 5px;
|
||||
}
|
||||
.language-python {
|
||||
|
@ -35,7 +35,7 @@
|
|||
padding: 10px; /* Padding around the code block */
|
||||
font-family: 'Courier New', monospace; /* Monospaced font for code */
|
||||
/* Add other styling properties as needed */
|
||||
border: 1px solid #00326d;
|
||||
border: 0px solid #00326d;
|
||||
margin: 5px;
|
||||
}
|
||||
.language-matlab {
|
||||
|
@ -45,7 +45,7 @@
|
|||
padding: 10px; /* Padding around the code block */
|
||||
font-family: 'Courier New', monospace; /* Monospaced font for code */
|
||||
/* Add other styling properties as needed */
|
||||
border: 1px solid #00326d;
|
||||
border: 0px solid #00326d;
|
||||
margin: 5px;
|
||||
}
|
||||
.highlight .hll { color: #000000; background-color: #d5e3f3 }
|
||||
|
@ -196,6 +196,8 @@
|
|||
</div>
|
||||
</div>
|
||||
</main>
|
||||
<p>
|
||||
The source code is Open Source and can be found on <a href="https://github.com/davrot/pytutorial"> GitHub" </a>
|
||||
</div>
|
||||
<p>
|
||||
|
||||
|
|
Loading…
Reference in a new issue