/* forced night mode */
html.skin-theme-clientpref-night .portalbox {
      background: transparent;
}
@media (prefers-color-scheme: dark) {
    /* automatic mode */
    html.skin-theme-clientpref-os .pane{
      background: transparent;
    }
}