Modulo:Chiarimento/styles.css

Versione del 8 ago 2024 alle 17:41 di Jon (WMF) (discussione | contributi) (Fixes phab:T369874. Please see talk page and do not revert without discussion. See also meta:User:Jon_(WMF)/Edit_for_dark_mode_support)
(diff) ← Versione meno recente | Versione attuale (diff) | Versione più recente → (diff)
/* {{Protetta}} */

.chiarimento {
	background: #ffeaea;
	color: #444444;
}

.chiarimento-apice {
	color: #EE0700;
}


@media screen {
    html.skin-theme-clientpref-night .chiarimento {
		background: rgba(179, 36, 36, 0.21);
		color: inherit;
	}
	html.skin-theme-clientpref-night .chiarimento-apice {
		color: #b32424;
	}
}

@media screen and ( prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os .chiarimento {
		background: rgba(179, 36, 36, 0.21);
		color: inherit;
	}
	html.skin-theme-clientpref-os .chiarimento-apice {
		color: #b32424;
	}
}