More actions
|  nvm im doing it all wrong Tag: Manual revert |  JVC3 changed the content model of the page Template:Infobox styles.css from "wikitext" to "Sanitised CSS": CSS file | ||
| (No difference) | |||
Revision as of 03:26, 27 March 2025
@media screen {
	html.skin-theme-clientpref-night .infobox { background-color: black; color: white; }
}
@media screen and (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os .infobox { background-color: black; color: white; }
}