ensure alternating row table style doesn't affect sub-tables

Signed-off-by: Kouya Heika <kouyaheika@canithesis.org>
This commit is contained in:
2025-08-06 22:52:24 -05:00
parent a405b1e71d
commit 6444f60bd2

View File

@@ -57,7 +57,8 @@ textarea, input {
box-sizing: border-box;
}
table.alternating tr:nth-of-type(even) {
table.alternating > tr:nth-of-type(even),
table.alternating > tbody > tr:nth-of-type(even) {
background: var(--table-alternate);
}