Update default.html

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-04 00:54:12 +01:00 committed by GitHub
parent fe099c5053
commit 6214edf8d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -127,6 +127,13 @@
.code { color: #000000; font-family: 'Courier New', monospace; } .code { color: #000000; font-family: 'Courier New', monospace; }
code { color: #000000; font-family: 'Courier New', monospace; } code { color: #000000; font-family: 'Courier New', monospace; }
table {
border-collapse: collapse;
width: 100%;
margin-top: 10px;
margin-bottom: 10px;
}
th { th {
background-color: white; /* White background for header */ background-color: white; /* White background for header */
} }