/* Change all text and icon colors in the player. */
.video-js {
  color: #00ffff;
}

/* Change the border of the big play button. */
.vjs-big-play-button {
  border-color: #00ffff;
}

/* Change the color of various "bars". */
.vjs-volume-level,
.vjs-play-progress,
.vjs-slider-bar {
  background: #00ffff;
}
