File: /storage/v6964/2foodfactor/public_html/wp-content/tablepress-custom.css
/* .tablepress tbody td {
border: solid 1px;
border-color: black;
}
.tablepress>:where(thead,tfoot)>*>th {
background-color: #4c9c4c;
border-color: black;
border: solid 1px;
;
.tablepress>:where(tbody)>.odd>* {
background-color: var(--odd-bg-color);
color:green
.tablepress>:where(tbody)>.even>* {
background-color: var(--even-bg-color);
color:green
font-weight: 400;
vertical-align: middle;
word-break: normal;
.tablepresstbody td {
border: solid 1px;
border-color: #000;
}
.tablepress tbody tr {
border-top: solid 1px;
border-top-color: black;
}
*/
.tablepress tbody td {
border: solid 1px;
border-color: black;
}
.tablepress tbody tr {
border-top: solid 1px;
border-top-color: black;
}
.tablepress>:where(tbody)>.odd>* {
background-color: var(--odd-bg-color);
color: green;
}
.tablepress>:where(tbody)>.even>* {
background-color: var(--even-bg-color);
color: green;
}
.tablepress>:where(thead,
tfoot)>*>th {
background-color: #6ab16a;
border: solid 1px;
color: var(--head-text-color);
font-weight: 400;
vertical-align: middle;
word-break: normal;
}
.tablepresstbody td {
border: solid 1px;
border-color: #000;
}