Hi
You can use this custom CSS:
.style-dark .navbar-default .navbar-nav > li > a {
color: #acfdd4 !important;
}
.style-dark .navbar-default .navbar-nav > .active > a,
.style-dark .navbar-default .navbar-nav > li > a:hover,
.style-dark .navbar-default .navbar-nav > li > a:focus {
color: #fc615d !important;
}
and change to your desired color.