/* variables.sass */
/* All global variables and settings - this should be on every page!! */
/******* Viewport Widths *******/
/******* Spacing *******/
/******* Colors *******/
/* Variable formatting: $color[Description] */
/* Admin */
/* Forms */
/* Borders */
/* Icons */
/* Header */
/* Footer */
/* Front Page */
/* Advertorials */
/* Announcement */
/* Poll */
/* Game Details */
/* Reviews */
/* Image Galleries */
/* Scrollbars */
/* Modals */
/* Cover Gallery */
/* Summary Embeds */
/******* Images *******/
/******* Typography *******/
/* Font family stack */
/* Variable formatting: $font[Description] */
/* Common font sizes */
/* Common font weights */
/* variables.sass */
/*************/
/* Variables */
/*************/
/******* Colors *******/
/* Variable formatting: $color[Description] */
/* Borders */
/* Forms */
/* Icons */
/* Header */
/* Footer */
/* Front Page */
/* Advertorials */
/* Poll */
/* Game Details */
/* Image Galleries */
/* Scrollbars */
/* Modals */
/* Admin */
/* Cover Gallery */
/* Summary Embeds */
/******* Images *******/
.theme-dark {
  /* SINGLE PAGE USE - Cover Gallery (/covers) */
  /* Page title */
  /* All covers container */
  /* Individual cover image container */
  /* Captions shown on modal window */
  background-color: #272727 !important;
}
.theme-dark body {
  background-color: #272727 !important;
}
.theme-dark .layout-container main a:link, .theme-dark .layout-container main a:visited {
  color: #9a9a9a;
}
.theme-dark .page-node-type-page .page-title {
  color: #dcdcdc;
}
.theme-dark .ds-main h2 {
  color: #dcdcdc;
}
.theme-dark p.backissues {
  color: #dcdcdc;
}
.theme-dark .covers-container {
  border-top-color: white;
  border-left-color: white;
}
.theme-dark .covers-container > * {
  border-bottom-color: white;
  border-right-color: white;
}
.theme-dark .cover {
  color: #dcdcdc;
}
.theme-dark .cover a,
.theme-dark .cover a:active,
.theme-dark .cover a:visited {
  color: #dcdcdc !important;
}
.theme-dark .featherlight .caption {
  color: #dcdcdc;
}