[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;
  color: white !important;
}

[data-theme="dark"] .bg-black {
  background-color: #eee !important;
}

.darkswitch {
  right: 0;
  position: absolute;
  /* top: 60px; */
}

.darkswitchlabel {
  color:gray;
}