Update default.html
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
4e5dd7f72d
commit
d644be5e33
1 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
font-family: 'Courier New', monospace; /* Monospaced font for code */
|
||||
/* Add other styling properties as needed */
|
||||
border: 0px solid #00326d;
|
||||
margin-bottom: 10px;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.language-python {
|
||||
|
@ -37,7 +37,7 @@
|
|||
font-family: 'Courier New', monospace; /* Monospaced font for code */
|
||||
/* Add other styling properties as needed */
|
||||
border: 0px solid #00326d;
|
||||
margin-bottom: 10px;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.language-matlab {
|
||||
|
@ -48,7 +48,7 @@
|
|||
font-family: 'Courier New', monospace; /* Monospaced font for code */
|
||||
/* Add other styling properties as needed */
|
||||
border: 0px solid #00326d;
|
||||
margin-bottom: 10px;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.highlight .hll { color: #000000; background-color: #d5e3f3 }
|
||||
|
@ -131,7 +131,7 @@
|
|||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
border: 2px solid black; /* 2px border around the table */
|
||||
margin-bottom: 10px;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue