Apply different background color for even items

This commit is contained in:
Kenneth Bruen 2022-09-20 00:21:11 +03:00
parent 729f047903
commit a1628d6297
Signed by: kbruen
GPG key ID: C1980A470C3EE5B1

View file

@ -45,6 +45,10 @@
page-break-inside: avoid;
}
.stationItem:nth-of-type(even) {
background-color: #fafafa;
}
.stationItem .name {
text-align: center;
grid-area: name;