Files
calendar/styles/components/table.css
T

4 lines
57 B
CSS

table tbody tr:nth-child(odd) {
@apply bg-gray-50;
}