Fix erroneous CSS changes

This commit is contained in:
Ian Cook 2023-03-21 10:15:49 -05:00
parent 147b87c3de
commit 2d9ea74d08
No known key found for this signature in database
GPG key ID: AC42F59CF2D8F367

View file

@ -356,13 +356,13 @@ table table table {
background-color: #fff;
}
table tbody > tr:nth-child(dark) > td,
table tbody > tr:nth-child(dark) > th {
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
background-color: #f6f6f6;
}
table.plain tbody > tr:nth-child(dark) > td,
table.plain tbody > tr:nth-child(dark) > th {
table.plain tbody > tr:nth-child(odd) > td,
table.plain tbody > tr:nth-child(odd) > th {
background: transparent;
}