[data-theme="dark"] {
  background-color: #111 !important;
  color: #eee;
  /*transition: background 0.1s;*/
}

[data-theme="dark"] .bg-light {
  background-color: #0b0f44 !important;
  /*transition: background 0.1s;*/
}

[data-theme="dark"] .bg-light .text-dark{
  color: white !important;
  /*transition: background 0.1s;*/
}

[data-theme="dark"] .bg-white {
  background-color: #000 !important;
  /*transition: background 0.1s;*/
}

[data-theme="dark"] .bg-black {
  background-color: #eee !important;
  /*transition: background 0.1s;*/
}

[data-theme="dark"] svg {
  filter: invert(1);
}
