Update default.html
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
c856d1ed40
commit
fe099c5053
1 changed files with 16 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue