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:59 +01:00 committed by GitHub
parent 4e5dd7f72d
commit d644be5e33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}