More actions
@media screen {
html.skin-theme-clientpref-night .template-hidden,
html.skin-theme-clientpref-night .template-hidden-header {
background-color: inherit !important;
color: inherit !important;
}
}
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .template-hidden,
html.skin-theme-clientpref-os .template-hidden-header {
background-color: inherit !important;
color: inherit !important;
}
}