How to change text color only in navigation bar?

0
Hello, How can I change the color of the text only in the top navigation bar in the Atlas_TopBar layout using SASS? I can define a new color using $font-base-color custom variable, but in this case, I also change text color in other widgets in the app, while I need to change only the navigation text color. Thank you in advance!
asked
1 answers
3

In _custom-variables.scss set your own value for the topbar:

$navtopbar-color:  #<yourcolor>

 

answered