For this we’d need to add some CSS. It’s still easy to do though. Do you already have a place where you like to edit your CSS? If so, you should be able to add this –
.wp-block-navigation .wp-block-navigation .current-menu-item a {
color: #ff0000;
}
If you don’t have a place to edit your CSS just let me know.
Also, the color at the moment is red, we can change it to whatever you need.