Change color of the "Follow" and "Unfollow" buttons

If you use a plugin called "BuddyPress Follow" you can change colors of the "Follow" and "Unfollow" buttons with help of the next CSS codes:

#buddypress.youzify div.generic-button a.follow {background-color: #38a9ff;} #buddypress.youzify div.generic-button a.unfollow {background-color: #9A9FBF;}

Copy-paste them into Customize>Additional CSS field.