Change background colour

This commit is contained in:
Oliver Davies 2018-05-10 07:08:07 +01:00
parent 3078dfe7af
commit 3f3efadb91

View file

@ -18,7 +18,7 @@
}
.table tr:nth-child(odd) {
@apply .bg-grey-lightest;
@apply .bg-grey-lighter;
}
.table tr th {