:root {
  color-scheme: light dark; }

@media (prefers-color-scheme: dark) {
  html body {
    color: #eaeaea;
    background-color: #000; }
    html body > header > div {
      background-color: #000; }
      html body > header > div > a > img {
        content: url("/graphics/logo.svg"); }
    html body > header .some {
      opacity: 0.75; }
    html body #content > div > div.main > .row {
      background-color: #000; }
    html body > section#content > div .col {
      background-color: #000; }
    html body > section#content > div > section.textpage {
      background-color: #000; }
    html body > section#content > div > article {
      background-color: #000; }
      html body > section#content > div > article .part.ad.intext {
        background-color: #161616; }
      html body > section#content > div > article section.part section.infobox {
        background-color: #161616; }
      html body > section#content > div > article .part.type-image > div.img > div span, html body > section#content > div > article section.gallery ul.big li span {
        background-color: #161616;
        color: #aaa; }
      html body > section#content > div > article section.part.type-html, html body > section#content > div > article section.part.type-recipe {
        background-color: #161616; }
    html body ul.list > li {
      background-color: #161616; }
    html body ul.list > li article .r > h3 {
      color: #eaeaea; }
    html body > footer > div {
      background-color: #000;
      color: #eaeaea; }
    html body .tabbuttons button.active {
      background-color: #161616 !important;
      color: #eaeaea;
      border: 1px solid #333; }
    html body .tabbuttons button {
      background-color: #111 !important;
      color: #eaeaea;
      border: 1px solid #333; }
    html body a.loadmore {
      background-color: #161616;
      color: #eaeaea;
      border: 1px solid #333; }
    html body .plista_widget_belowArticle .plistaHeadline, html body .plista_widget_belowArticle .itemTitle {
      color: #eaeaea; }
    html body > footer div table tbody tr td img {
      content: url("/graphics/logo.svg"); }
    html body #booster-container {
      background-color: #161616 !important; } }