Jump to content

Module:Calculator widget/style.css

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Bawolff (talk | contribs) at 06:26, 10 January 2025 (try to make this work in night mode). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
.calculatorwidget {
	background-color: #eee
}

@media screen {
	html.skin-theme-clientpref-night .calculatorwidget {
		background-color: #333;
	}
}

@media screen and (prefers-color-scheme: dark) {
	/* automatic mode */
	html.skin-theme-clientpref-os .calculatorwidget {
		background-color: #333;
	}
}