Files
calendar/styles/components/table.css
T
2021-06-14 18:53:20 +00:00

8 lines
119 B
CSS

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