[data-theme="dark"] {
  background-color: #111 !important;
  color: #eee;
}

[data-theme="dark"] .bg-light {
  background-color: #333 !important;
}

[data-theme="dark"] .bg-white {
  background-color: #000 !important;
}

[data-theme="dark"] .bg-black {
  background-color: #eee !important;
}
[data-theme="dark"] .table-hover {
  color: #eee !important;
}
[data-theme="dark"] .table-hover> tbody> tr:hover {
  background-color: #eee !important;
}
[data-theme="dark"] .table-striped {
  color: #eee !important;
}
[data-theme="dark"] .modal-body, .modal-title, .modal-content {
  background-color: #eee !important;
  color: #000 !important;
}
[data-theme="dark"] .text-secondary {
  color: #eee !important;
}