/* Keep the active beat indicator amber in the light theme. */
.theme-light .beat-dots i.active {
  background: #f59e0b;
}
