mirror of
https://github.com/davrot/pytutorial.git
synced 2025-04-18 21:26:41 +02:00
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; }
|
.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; }
|
||||||
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 {
|
img {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Loading…
Add table
Reference in a new issue