Update default.html

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-02 17:53:19 +01:00 committed by GitHub
parent faf3f4cf9e
commit 31e8893145
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@
padding: 10px; /* Example padding */
font-family: 'Courier New', monospace; /* Monospaced font for code */
/* Add other styling properties as needed */
border: 2px solid #00326d;
border: 1px 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: 2px solid #00326d;
border: 1px 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: 2px solid #00326d;
border: 1px solid #00326d;
margin: 5px;
}
.highlight .hll { color: #000000 background-color: #d5e3f3 }
@ -149,6 +149,12 @@
th:empty {
display: none; /* This will make an empty header cell vanish */
}
img {
display: block;
margin-left: auto;
margin-right: auto;
}
</style>
</head>