Template:Button/styles.css

From Space Station 14 Wiki
.template-button {
	padding: .2em;
	white-space: pre;
	
	background-color: #464966;
}

.template-button:hover {
	background-color: #575b7f;
}

.template-button:active {
	background-color: #3e6c45;
}