From a1628d62972fd2ae462352149d453b21d81cf91e Mon Sep 17 00:00:00 2001 From: Dan Cojocaru Date: Tue, 20 Sep 2022 00:21:11 +0300 Subject: [PATCH] Apply different background color for even items --- view-train.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/view-train.css b/view-train.css index 0779712..1c5e2a5 100644 --- a/view-train.css +++ b/view-train.css @@ -45,6 +45,10 @@ page-break-inside: avoid; } +.stationItem:nth-of-type(even) { + background-color: #fafafa; +} + .stationItem .name { text-align: center; grid-area: name;