We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4a3db7 commit 38aa3caCopy full SHA for 38aa3ca
src/css/custom.css
@@ -216,14 +216,13 @@ table {
216
margin: 2em 0;
217
overflow-x: auto;
218
width: 100%;
219
+ display: inline-table;
220
}
221
222
table,
223
td,
224
th {
225
border-collapse: collapse;
- border-color: var(--line-rule-color);
226
- border-style: solid;
227
228
229
@@ -234,6 +233,10 @@ th {
234
233
text-align: left;
235
236
+thead th:empty {
237
+ display: none;
238
+}
239
+
240
thead th,
241
tbody tr:nth-child(even) {
242
background-color: var(--ifm-table-stripe-background);
0 commit comments