cal.pub0.org/styles/components/table.css

4 lines
57 B
CSS
Raw Normal View History

2021-06-03 20:55:34 +00:00
table tbody tr:nth-child(odd) {
@apply bg-gray-50;
}