/**
 * Stolen from https://github.dev/frnhr/django-light
*/
@media (prefers-color-scheme: dark) {
  .s2{
    background-color: #fff0f012 !important;
  }
}
