8 lines
No EOL
119 B
CSS
8 lines
No EOL
119 B
CSS
|
|
table tbody tr:nth-child(odd) {
|
|
@apply bg-gray-50;
|
|
}
|
|
|
|
.highlight-odd > *:nth-child(odd) {
|
|
@apply bg-gray-50;
|
|
} |