To make outline/border of header button thinner.
You can use this code to Custom CSS box.
a.btn { border-width: 10px !important; }
Result