Hi Nick,
You can add this under Custom > CSS in the Customizer.
/* tab color on hover */
.x-nav-tabs>li>a:hover {
background-color: red;
}
/* default background color */
.x-nav-tabs>li>a {
background-color: blue;
}
Change red and blue with the color that you like
Hope that helps.