/*-- scss:defaults --*/

$body-bg: #191919;
$body-color: #fff;
$link-color: #42affa;

/*-- scss:rules --*/

.reveal .slide blockquote {
  border-left: 3px solid $text-muted;
  padding-left: 0.5em;
}

.video-caption {
  margin-bottom: 1.5em;

  .quarto-video {
    margin-bottom: 0.25em;
  }

  p {
    margin-top: 0;
    margin-bottom: 0;
  }
}