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;