[data-theme="dark"] {
  background-color: #111 !important;
  color: #eee;
}

[data-theme="dark"] .list-group-item{
  background-color: #111 !important;
  border-color: teal; 
}

[data-theme="dark"] .bg-light {
  background-color: #333 !important;
}

[data-theme="dark"] .bg-white {
  background-color: #000 !important;
}

[data-theme="dark"] .jumbotron {
  background-color: #000 !important;
}

[data-theme="dark"] .bg-black {
  background-color: #eee !important;
}

[data-theme="dark"] .dark-flip {
  filter: invert(1) !important;
}

[data-theme="dark"] a {
  color: skyblue !important;
}

[data-theme="dark"] hr {
  background-color: white !important;
}