diff --git a/themes/chameleon/source/css/chameleon.css b/themes/chameleon/source/css/chameleon.css index cf69991..7577751 100644 --- a/themes/chameleon/source/css/chameleon.css +++ b/themes/chameleon/source/css/chameleon.css @@ -181,7 +181,9 @@ th { } table th, -th { +th, +table tr:nth-child(even), +tr:nth-child(even) { background: var(--alt-bg-color); }