.commonStyle__zt3BrandBg {
    background-color: #3ab000;
}

.Button__footerBtn:hover {
  background: #3ab000;
  border: 1px solid transparent;
}

<style>
    /* Force all navigation links to stay white */
    .Header__menuList a.navLink,
    .Header__menuList a.navLink:visited,
    .Header__menuList a.navLink:hover,
    .Header__menuList a.navLink:active {
        color: #ffffff !important;
        text-decoration: none !important;
    }
</style>
