@mixin table-colors($color) {
  &,
  > th,
  > td {
    background-color: $color;
  }
}
