/* Scoped: activate only when html[data-no-bg="1"] is set */
html[data-no-bg="1"] body {
  background: #ffffff !important;
  background-image: none !important;
}
