You can change it from the child theme if you have this active and then do your own styling for the class “more-link”
.more-link a {
your styling here
}
You need to make sure the “a” part is in your CSS because the “more-link” styling is only applied to the paragraph and not the actual link.