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

View file

@ -126,6 +126,22 @@
.highlight .code { color: #000000; font-family: 'Courier New', monospace; }
.code { color: #000000; font-family: 'Courier New', monospace; }
code { color: #000000; font-family: 'Courier New', monospace; }
th {
background-color: white; /* White background for header */
}
tr:nth-child(even) {
background-color: white; /* Blue for even rows */
}
tr:nth-child(odd) {
background-color: #d5e3f3; /* White for odd rows */
}
th:empty {
display: none; /* This will make an empty header cell vanish */
}
img {
display: block;