.header {
  background: #000;
  color: #fff;
}

body {
  background-color: #fff;
  color: #000;
}

input, select, button {
  background-color: #fff;
  color: #000;
}

#dashboard {
  background-color: #fff;
}

#dashboard > div {
  border-color: #cecece;
}

#dashboard .title {
  background-color: #fff;
}

#notSupported {
  background-color: red;
  color: white;
}

.footer button {
  border-color: #fff;
  background-color: rgb(128, 127, 131);
  color: #fff;
}

.footer button:hover {
  background-color: rgb(128, 127, 131);
  color: #000;
}

.remix button {
  border-color: #333;
  color: #333;
}

.remix button:hover {
  background-color: #333;
}

.timestamp {
  color: #8ec641;
}

#log {
  background-color: #000;
  color: #cecece;
}

#dashboard .battery-level .battery {
  border-color: #333;
}

#dashboard .battery-level .battery:after {
  background: #333;
}

#dashboard .play-button .button span:hover {
  border-left-color: #63338f;
}
.colorPicker .oned .pointer .shape {
  border-left-color: #666;
  border-right-color: #666;
}
