mirror of
https://github.com/davrot/pytutorial.git
synced 2025-04-17 20:56:41 +02:00
Update default.html
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
9b63b056e5
commit
665e8e5f00
1 changed files with 6 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue