cmc/cleberg.net

My personal web garden & blog.

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

573352a91ba5eb01d91fd4c6f698cf0cba5f44ca

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2025-04-12T22:46:33Z

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

diff --git a/theme/static/styles.css b/theme/static/styles.css
index c380686..f296c7d 100644
--- a/theme/static/styles.css
+++ b/theme/static/styles.css
@@ -380,6 +380,7 @@ img {
 }
 
 table {
+    border: 1px solid var(--border);
     border-collapse: collapse;
     color: var(--fg);
     border-color: var(--bg-bright);