@media (prefers-color-scheme: dark) {
  [class*="styles__message"] {
    color: #fff !important;
    background: transparent !important;
  }
}