.sunx-sky-active {
  background-color: #030304 !important;
  background-image: none !important;
}

.sunx-page.sunx-sky-active::before {
  content: none;
}

.sunx-sky-canvas {
  position: fixed;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: .92;
}

.sunx-sky-canvas ~ main,
.sunx-sky-canvas ~ nav:not(.sunx-user-tabbar),
.sunx-sky-canvas ~ header {
  position: relative;
  z-index: 1;
}
