We like the native button style (reversal on press, outline, etc), but want to tweak the border style. However, when we tweak the border style (or any style), all the native styling is lost. How might a custom style be applied without losing all native styling? If that's not possible, can the entire native style be replicated in css, then tweaked?
<button>
Button
</button>
button {
border: 1px solid green;
}
<button>
Button
</button>