I'm currently working on customizing the style of my buttons so that when hovered over, they become a lighter shade instead of a darker one. I've explored the Bootstrap customization page (http://getbootstrap.com/customize/), but unfortunately, there doesn't seem to be an option to change the button hover color. I've attempted to manually inspect the CSS code to figure out how the buttons are getting their hover color, but it's proving to be unclear. In my search for alternatives, I came across another Bootstrap customization website:
My goal is to have the main button color be #0495c9 and the hover color be #00b3db, yet I'm only able to specify the button background color and not the hover color itself.
Any assistance or guidance on this matter would be greatly appreciated.