From 2d9ea74d0807168af6753165491f021439803022 Mon Sep 17 00:00:00 2001 From: Ian Cook <6866411+nai888@users.noreply.github.com> Date: Tue, 21 Mar 2023 10:15:49 -0500 Subject: [PATCH] Fix erroneous CSS changes --- assets/css/screen.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/css/screen.css b/assets/css/screen.css index 4425658..f3a3b4b 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -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; }