Шаблон:Currency/DiamondsEquivalent/styles.css

html[class*=skin-theme-clientpref-night] .pixelated.img16px img[src$="Diamond.png"] {
	background: none !important;
}

@media (prefers-color-scheme: dark) {
	html[class*=skin-theme-clientpref-os] .pixelated.img16px img[src$="Diamond.png"] {
		background: none !important;
	}
}