blocks/table: Improve visibility of cells

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2022-01-19 23:18:26 +01:00
parent 18271578a3
commit 8fe56599b3
+7 -1
View File
@@ -37,12 +37,18 @@
font-variant: small-caps;
text-align: start;
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 > tbody > tr > td {
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 {