mirror of
https://codeberg.org/kbruen/kai.infotren.git
synced 2025-02-22 17:19:37 +02:00
Apply different background color for even items
This commit is contained in:
parent
729f047903
commit
a1628d6297
1 changed files with 4 additions and 0 deletions
|
@ -45,6 +45,10 @@
|
|||
page-break-inside: avoid;
|
||||
}
|
||||
|
||||
.stationItem:nth-of-type(even) {
|
||||
background-color: #fafafa;
|
||||
}
|
||||
|
||||
.stationItem .name {
|
||||
text-align: center;
|
||||
grid-area: name;
|
||||
|
|
Loading…
Add table
Reference in a new issue