Change background colour
This commit is contained in:
parent
3078dfe7af
commit
3f3efadb91
|
@ -18,7 +18,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.table tr:nth-child(odd) {
|
.table tr:nth-child(odd) {
|
||||||
@apply .bg-grey-lightest;
|
@apply .bg-grey-lighter;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table tr th {
|
.table tr th {
|
||||||
|
|
Reference in a new issue