I added the following code to create borders around my buttons.
.sps-block-button.sps-block-button-element—small {
background-color:#E93F33;
border: 2px solid, black;
width: 75%
Th code is working on all the buttons except one, which is placed over a block that has a colored background. Is there a way to make the border appear here?