

.email-layout-content{
  background-color: hsl(var(--background));
}

.email-layout-content p , li ,span , h1 , h2 , h3 , h4 , h5 , h6 ,table ,span {
  color: hsl(var(--foreground)) !important;
}
.email-layout-content pre {
  color: hsl(var(--foreground)) !important;
}