I'm trying to change the color of all navigation bar entries (APP USER INFO & LOGIN/LOGOUT). It is in light color and not visible. I have tried using the below CSS but not working
.t-Header-navBar {
color : #FF0000; // no changes
background-color: #FF0000; // backgroud color changing but not text or icon color
}
Actual (from apex.oracle.com):

MY Application:
