Adjust table styling

This commit is contained in:
Oliver Davies 2017-11-21 22:02:24 +00:00
parent e726d674b0
commit e6639cd1f6
4 changed files with 8 additions and 10 deletions

View file

@ -1,3 +0,0 @@
.talks-table tr:nth-child(odd) {
@apply .bg-grey-lighter;
}

View file

@ -62,11 +62,12 @@ svg {
fill: currentColor;
}
.table-collapse { border-collapse: collapse }
@import "components/listing";
@import "components/post";
@import "components/talk/slides";
@import "components/talk/video";
@import "components/talks-table";
@import "components/testimonial";
@tailwind utilities;