You can change the sidebar features to be a different color by adding the following CSS to Appearance > Customize > Additional CSS.
.widget.button a { background: red; border-color: red; }
.widget.invert a { border: 2px solid red; background: transparent; }
Replace 'red' with your own #hex.