html,
body {
  background: black;
  color: white;
}

calendar day.focused {
  background: grey;
  color: black;
}

calendar day.active {
  background: white;
  color: black;
}

calendar day:hover {
  background: rgba(255, 255, 255, 0.2);
}
.fa-ellipsis-h {
  color: rgba(255, 255, 255, 0.2);
}
.fa-ellipsis-h:hover {
  color: white;
}
menu {
  background: rgba(0, 0, 0, 0.95);
}
menu i:hover,
menu label:hover {
  background: white;
  color: black;
}
sharedialog,
playerWrapper {
  background: rgba(30, 30, 30, 0.95);
}
