@media (prefers-color-scheme: dark) {
  body {
    background: #16161a !important;
    color: #eee !important;
  }
  a, h1, h2, h3, h4, h5, h6 {
    color: #e9e9f2 !important;
  }
  /* perplex rules, cj 25.11 zrydys CC-CY */
}

/* cj try 25.11 no image-bg 3rd try */
@media (prefers-color-scheme: dark) {
  body,
  .header,
  .page,
  .site-header,
/*  .header::before,
  .page::before,
*/  .site-header::before {
    background-image: none !important;
    background: none !important;
    content: none !important; /* for pseudo-elements */
  }

body, .header, .page {
  background: #121212 !important; /* or your desired bg color */
}

body {
  background-color: #222 !important;
  border: 5px solid orange !important;
}

body::before {
  background-image: none !important;
  content: none !important;
}


}

