From c9031d96d46e7c3aafa9bbb1bbcb4c2efad218b0 Mon Sep 17 00:00:00 2001 From: steven Date: Sun, 27 Apr 2025 21:13:24 -0400 Subject: [PATCH] size and color fix --- templates/list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/list.html b/templates/list.html index d2aaf51..01ce205 100644 --- a/templates/list.html +++ b/templates/list.html @@ -14,8 +14,6 @@ html,body{ font-size:12px; height:100%; width:100%; - margin:0; - padding:0; scrollbar-width:none; overflow:auto; } @@ -29,7 +27,9 @@ table{ overflow-x:clip; } th,td{ + padding:0; background-color:white; + color:black; box-sizing:border-box; border-bottom:2px solid black; border-right:2px solid black;