size and color fix
This commit is contained in:
parent
9819df0141
commit
c9031d96d4
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue