6 lines
167 B
Stylus
6 lines
167 B
Stylus
.table, .table-content *, .table-content
|
|
border: 1px solid black;
|
|
border-collapse: collapse;
|
|
|
|
.table-content__table-row:nth-child(2n)
|
|
background: #F0FFF0; |