Modulo:Chiarimento/styles.css

Versione del 6 mag 2024 alle 21:56 di Valcio (discussione | contributi) (+ color: inherit e fix)
/* {{Protetta}} */

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

.chiarimento-apice {
	color: #EE0700;
}

html.skin-theme-clientpref-night .chiarimento {
	background: rgba(66, 18, 17, 0.3);
	color: inherit;
}
html.skin-theme-clientpref-night .chiarimento-apice {
	color: #421211;
}
@media (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os .chiarimento {
		background: rgba(66, 18, 17, 0.3);
		color: inherit;
	}
	html.skin-theme-clientpref-os .chiarimento-apice {
		color: #421211;
	}
}