Vorlage:Manueller Rahmen/styles.css
/* Dunkelmodus */
@media screen {
html.skin-theme-clientpref-night .vorlage-manueller-rahmen .thumbimage:not([style*='background']) img {
background-color: #c8ccd1;
}
}
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .vorlage-manueller-rahmen .thumbimage:not([style*='background']) img {
background-color: #c8ccd1;
}
}