<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.meter &gt; span {
	background-color: rgb(154,102,168);
	background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0, rgb(154,102,168)),
	  color-stop(1, rgb(70,25,38))
	 );
	background-image: -moz-linear-gradient(
	  center bottom,
	  rgb(154,102,168) 37%,
	  rgb(70,25,38) 69%
	 );
}

a.rounded-button {
	background-color: #461926;
}

.form-button {
	background-color: #461926;
}


</pre></body></html>