/* Make front-end tables light themed everywhere */
body.site table,
body.site table thead,
body.site table tbody,
body.site table tr,
body.site table th,
body.site table td {
  background-color: #ffffff !important;
  color: #000000 !important;
}

/* Specifically kill dark/grey table variants often used by themes */
body.site .table-dark,
body.site .table-dark > th,
body.site .table-dark > td,
body.site .table-dark thead th,
body.site .table-dark tbody td,
body.site .bg-dark.table,
body.site .bg-dark.table th,
body.site .bg-dark.table td {
  background-color: #ffffff !important;
  color: #000000 !important;
}

/* Softer borders so it reads like a normal content table */
body.site table,
body.site table th,
body.site table td {
  border-color: #dddddd !important;
}
