Open the mi_tables.css and go to the Table Styles section and add a style rule for the table element that: code example
Example: linear gradient that goes to the bottom of the table background starting from
table {
background: linear-gradient(to bottom rgb(190, 215, 255), black;
border: 5px solid gray;
}