Hello @ins1d3,
Add following code to menu color –
.primary-menu a:hover,
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
color: #c5c5c5;
}
Add following code to change button color –
.button, input[type=submit], input[type=button], #submit {background-color: #5f4b8b;}
Hope this helps you.
Thanks