make emty table headers invisible

This commit is contained in:
worktop 2024-03-08 11:54:11 -05:00
parent 777e53ef81
commit d107e7c97a

View File

@ -229,7 +229,7 @@ table tr { background-color: var(--table-bg-alt); }
table tr:nth-child(2n) { background-color: var(--table-bg); }
table thead tr th:empty { display: none; }
/* Markdown Blockquote styles */