:root {
  --background: #000;

}



body, .body, .tempScreen, .aside, .profile {background-color:black; color:#fff;}

.icons, .icon {filter: invert(100%);}
.readerToggle.icon {filter: invert(0%);}

.bannerInner { background-image:linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.7), #000);}