From ed7115b9453eccf489849339fb0552a9082b4fa1 Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Sun, 24 Oct 2021 22:24:00 +0200 Subject: [PATCH] macros.htm: Colorize table rows alternating --- server/templates/macros.htm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/server/templates/macros.htm b/server/templates/macros.htm index d03e373..71e2d41 100644 --- a/server/templates/macros.htm +++ b/server/templates/macros.htm @@ -5,6 +5,9 @@ padding: .2em; border: solid black 1px; } + table tr:nth-child(even) { + background-color: #eeeeee; + } a:link { text-decoration: none; color: blue;