size and color fix

This commit is contained in:
steven 2025-04-27 21:13:24 -04:00
parent 9819df0141
commit c9031d96d4

View file

@ -14,8 +14,6 @@ html,body{
font-size:12px; font-size:12px;
height:100%; height:100%;
width:100%; width:100%;
margin:0;
padding:0;
scrollbar-width:none; scrollbar-width:none;
overflow:auto; overflow:auto;
} }
@ -29,7 +27,9 @@ table{
overflow-x:clip; overflow-x:clip;
} }
th,td{ th,td{
padding:0;
background-color:white; background-color:white;
color:black;
box-sizing:border-box; box-sizing:border-box;
border-bottom:2px solid black; border-bottom:2px solid black;
border-right:2px solid black; border-right:2px solid black;