canvas[style="opacity: 0.6; position: fixed; top: 0px; left: 0px; z-index: -1; width: 100%; height: 100%; pointer-events: none;"]
{
  display: none;
}

[data-theme="dark"]
{
  canvas[style="position: fixed; top: 0px; left: 0px; z-index: -1; opacity: 0.7;"]
  {
    display: none;
  }
  canvas[style="opacity: 0.6; position: fixed; top: 0px; left: 0px; z-index: -1; width: 100%; height: 100%; pointer-events: none;"]
  {
    display: unset;
  }
}