/**
 * @file
 * Detailed stylings for MBLL.ca.
 */

/* Play / pause button */
button.splide__toggle {
  width: 32px;
  height: 32px;
  margin: 1em;
}

/* The . . . navigation dots */
.splide__pagination__page {
  background-color: #666;
}
.splide__pagination__page.is-active {
  background-color: #222;
}

/* Overwrite previous / next button to make it more obvious */
.splide__arrow {
  background: white;
  border: 2px solid black;
  opacity: 1;
}
/* There are some issues with showing disabled arrow on the last slide,
   so we use "loop" in the option set instead.
.splide__arrow:disabled {
  display: none;
} */
