html[class*=skin-theme-clientpref-night] .coin16px a img {
	background: none !important;
}

@media (prefers-color-scheme: dark) {
	html[class*=skin-theme-clientpref-os] .coin16px a img {
		background: none !important;
	}
}