How to change hover link colour for blog post (body) text only

Found the answer! For anyone else with the this question, this worked for me:

.entry-content a:not(.more-link):not(.wp-block-button__link):hover {
    color: blue;
}

Change colour for one you prefer 🙂