Files
uni-web-site/old/current_site/src/styles/table.styl
2026-03-27 14:30:00 +10:00

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;