commit 62f8f70dfa0f42ee5e60e18700236e67de99ca12 parent 27288ca8611f5e8628ea1a842d6612cba61544c4 Author: Chris <chris@echoz.io> Date: Fri, 8 May 2026 14:44:34 +0200 fix: return tables to a cleaner look Diffstat:
| A | assets/css/extended/tables.css | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/assets/css/extended/tables.css b/assets/css/extended/tables.css @@ -0,0 +1,10 @@ +.md-content table th, +.md-content table:not(.highlighttable, .highlight table, .gist .highlight) td { + border: none; + border-bottom: 1px solid var(--border); + padding: 10px 16px; +} + +.md-content table thead:not(:has(th:not(:empty))) { + display: none; +}