/*
 Theme Name: MoreNews Child
 Template: morenews
 Text Domain: morenews-child
*/
/* Dark Mode immer erzwingen */
body {
  background-color: #121212 !important;
  color: #eaeaea !important;
}

body:not(.aft-dark-mode) {
  background-color: #121212 !important;
}