/**
 * Dark Leading EDJE theme for reveal.js. This is the opposite and base of the
 * 'leading-edje-light' theme.
 *
 * By Zackary Lowery, https://xcjs.com/
 */

@import url(base.css);

:root {
  --accent-color: rgb(150, 201, 61);
  --background-color: rgb(34, 34, 34);
  --background-color-alt: rgb(240, 240, 240);
  --foreground-color: rgb(255, 255, 255);
  --foreground-color-alt: rgb(34, 34, 34);
  --selection-color: rgb(190, 228, 253);
}

.reveal-viewport {
  background: var(--background-color) url(images/leading-edje/leading-edje-logo.png) no-repeat 1rem 1rem;
  background-size: 173px 30px;
}

@media screen and (max-height: 500px) {
  .reveal-viewport {
    background-image: none;
  }
}
