From 85258d03ba8187d1fdb4c1d90fdb1e7f130f9fc2 Mon Sep 17 00:00:00 2001 From: Roan Horning Date: Sun, 20 Oct 2024 10:14:47 -0400 Subject: [PATCH] Alternate background color for rows of table#t01 --- public_html/css/hpr.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public_html/css/hpr.css b/public_html/css/hpr.css index 10f155c..f68e153 100644 --- a/public_html/css/hpr.css +++ b/public_html/css/hpr.css @@ -291,11 +291,13 @@ table.hosts { } +table#t01 tr:nth-child(even), table.hosts tr:nth-child(even) { background-color: #cccccc; border-bottom: thick solid white; } +table#t01 tr:nth-child(odd), table.hosts tr:nth-child(odd) { background-color: white; border-bottom: thick solid white;