From d107e7c97aed20cd95a5d9ef960479b6b96c8b38 Mon Sep 17 00:00:00 2001 From: Worktop Date: Fri, 8 Mar 2024 11:54:11 -0500 Subject: [PATCH] make emty table headers invisible --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */