Vorlage:Manueller Rahmen/styles.css

Aus Cowboy’s Wiki
Zur Navigation springen Zur Suche springen
/* 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;
	}
}