diff --git a/static/css/style.css b/static/css/style.css index 3ca4f9a..7c1ce1b 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -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 */