I assume you are referring to the different color of the
primary button? That has its own CSS which is not in a style property:
form.css
Code:
.button.primary
{
background-color: @primaryLighter;
}
I think primary buttons are worthy of their own style property. Moving to suggestions.