html,body{
  background-image:linear-gradient(rgba(249,246,255,.14),rgba(244,236,252,.1)),url('/img/themes/purple-light.jpeg')!important;
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
  background-attachment:fixed!important;
}
@media (prefers-color-scheme:dark){
  html,body{background-image:linear-gradient(rgba(8,5,15,.16),rgba(8,5,15,.28)),url('/img/themes/purple-dark.jpeg')!important}
}
