The colour of the text in my status bar appears black rather white.
The CSS i'm using to style the navigation bar is:
navigation-bar {
background-color: black;
shadow: none;
}
Any ideas on how to get the text to be white so the user can actually see it?
Thanks