Files
uni-web-site/current_site/src/styles/table.styl
2025-12-29 12:46:22 +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;