To change Social Icons (Social Links Block) hover color, you can use this code to Website Tools > Custom CSS.
div.socialaccountlinks-v2-block a.sqs-svg-icon--wrapper:hover use.sqs-use--icon {
stroke: #f1f !important;
fill: #f1f !important;
}