Alternate background color for rows of table#t01

This commit is contained in:
Roan Horning 2024-10-20 10:14:47 -04:00
parent 270b4c0584
commit 85258d03ba
Signed by: rho_n
GPG Key ID: 234AEF20B72D5769

View File

@ -291,11 +291,13 @@ table.hosts {
} }
table#t01 tr:nth-child(even),
table.hosts tr:nth-child(even) { table.hosts tr:nth-child(even) {
background-color: #cccccc; background-color: #cccccc;
border-bottom: thick solid white; border-bottom: thick solid white;
} }
table#t01 tr:nth-child(odd),
table.hosts tr:nth-child(odd) { table.hosts tr:nth-child(odd) {
background-color: white; background-color: white;
border-bottom: thick solid white; border-bottom: thick solid white;