/*Fix gegen dunkle texte auf dunklem grund in tabellen bei verwendung von powermail*/
.tx-powermail .table-striped tbody tr:nth-child(2n) {
  background-color: light-dark(#f5f5f5, color-mix(in hsl, var(--color-bg-body)95%, white));
  color: var(--color-text-regular);
}

@layer powermail-form {
  .tx-powermail tbody tr:nth-child(2n+1) {
    background-color: var(--color-bg-body);
      color: var(--color-text-regular);

  }
}

