Template:Button/Styles.css

From The Undead Archive
/* Clickable Buttons */
.mw-ui-button
{
background: var(--red);
border: 0px;
border-radius: 3px;
text-transform: uppercase;
color: white;
min-width: 100px;
}

.mw-ui-button:hover
{
background: #7C8685;
color: #050507;
}