Lighter Button Color on Hover

Those particular buttons look like they are taken care of with this CSS:

@media (hover: hover) {
  button.mod-cta:hover {
    background-color: salmon;
  }
}

CleanShot 2023-11-05 at 10.43.57


If you haven’t yet, I’d have a read though this topic: