forked from jakub/jakubb-hugo
make emty table headers invisible
This commit is contained in:
parent
777e53ef81
commit
d107e7c97a
@ -229,7 +229,7 @@ table tr { background-color: var(--table-bg-alt); }
|
|||||||
|
|
||||||
table tr:nth-child(2n) { background-color: var(--table-bg); }
|
table tr:nth-child(2n) { background-color: var(--table-bg); }
|
||||||
|
|
||||||
|
table thead tr th:empty { display: none; }
|
||||||
|
|
||||||
/* Markdown Blockquote styles */
|
/* Markdown Blockquote styles */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user