Adjust table styling
This commit is contained in:
parent
e726d674b0
commit
e6639cd1f6
4 changed files with 8 additions and 10 deletions
|
@ -1,3 +0,0 @@
|
|||
.talks-table tr:nth-child(odd) {
|
||||
@apply .bg-grey-lighter;
|
||||
}
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue