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

View file

@ -127,34 +127,6 @@
.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%;
border: 2px solid black; /* 2px border around the table */
margin-top: 10px;
margin-bottom: 10px;
}
table, th, td {
border: 1px solid black; /* 1px lines for cells and header */
}
th {
background-color: white; /* White background for header */
}
tr:nth-child(even) {
background-color: #d5e3f3; /* Blue for even rows */
}
tr:nth-child(odd) {
background-color: white; /* White for odd rows */
}
th:empty {
display: none; /* This will make an empty header cell vanish */
}
img { img {
display: block; display: block;
margin-left: auto; margin-left: auto;