blocks/table: Improve visibility of cells
This commit is contained in:
@@ -37,12 +37,18 @@
|
|||||||
font-variant: small-caps;
|
font-variant: small-caps;
|
||||||
text-align: start;
|
text-align: start;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
border: 1px solid rgba(0, 0, 0, 0.5);
|
||||||
|
border-top: none;
|
||||||
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.block-table > table > thead > tr > td,
|
.block-table > table > thead > tr > td,
|
||||||
.block-table > table > tbody > tr > td {
|
.block-table > table > tbody > tr > td {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0.75rem 1.5rem;
|
padding: 0.5rem 0.75rem;
|
||||||
|
border: 1px solid rgba(0, 0, 0, 0.5);
|
||||||
|
border-top: none;
|
||||||
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.block-table > figcaption {
|
.block-table > figcaption {
|
||||||
|
|||||||
Reference in New Issue
Block a user