How can I change the hover effect outline color on my homepage button?

Sure, you can add this to your CSS file.
I guess it is the index.css file in your case.

a.button.button--primary:hover {
    border: 2.5px solid black !important;
}