cmc/cleberg.net

My personal web garden & blog.

clone: git clone https://gitbay.org/cmc/cleberg.net.git

99c4cc097b132f4106a01d1f679e1b6c132f45d0

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2026-03-11T05:46:54Z

fix extra table border
 theme/static/styles.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/theme/static/styles.css b/theme/static/styles.css
index 5b56d7d..d3c9196 100644
--- a/theme/static/styles.css
+++ b/theme/static/styles.css
@@ -495,6 +495,7 @@ table {
   width: 100%;
   max-width: 100%;
   overflow-x: auto;
+  border: none;
   border-collapse: collapse;
   margin: 2rem 0;
 }