<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.np_colors li {
	border-radius: 50%;
	border: 1px solid lightgrey;
}

.np_colors li a {
	text-indent: -9999px;
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: 3px solid transparent;
}

.np_colors li a.selected {
	border: 3px solid #0d6efd;
}</pre></body></html>