I'm having the exact same problem as you.
Try .navbar-nav .nav-link { color: rgb(169, 181, 204); font-size: 0.98rem; }, which is I used to solve my problem.
.navbar-nav .nav-link { color: rgb(169, 181, 204); font-size: 0.98rem; }
Inspired by the accepted answer in this post.