From e5ccd4cf9734224408c3189652a292208182f867 Mon Sep 17 00:00:00 2001 From: Pavetr Date: Tue, 24 Feb 2026 12:44:52 +0300 Subject: [PATCH] Highlighted even table rows --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index 7bc79e5..043c481 100644 --- a/style.css +++ b/style.css @@ -43,6 +43,9 @@ td { border: 1px white solid; padding: 0.5rem; } +tr:nth-child(even) { + background-color: rgba(100, 100, 100, 0.25); +} footer { padding: 5px 10px; background: #9e9e9e;