Template:Button/styles.css

From Space Station 14 Wiki
Revision as of 22:49, 18 August 2024 by Aliser (talk | contribs) (moved padding to the template)
.template-button {
	white-space: pre;
	user-select: none;
	cursor: pointer;
	
	background-color: #464966;
}

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

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