Template:Button/styles.css: Difference between revisions

From Space Station 14 Wiki
(Created blank page)
 
No edit summary
Line 1: Line 1:
.template-button {
padding: .2em;
white-space: pre;
background-color: #464966;
}


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

Revision as of 00:18, 15 August 2024

.template-button {
	padding: .2em;
	white-space: pre;
	
	background-color: #464966;
}

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

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