Navbar icon color


how can i change color nav bar plz

anyone can help me ?

Set the icon/text color by going into the CSS of the theme you have applied.

Its not changed ,It remains as it is.

Still black not changed

apply bench build --force and check it

nothing work broo can u help me plz ?
can u help me please what can i do?

use the variable --icon-stroke

for example:

html[data-theme="light"] {
    .navbar {
        --icon-stroke: #fff;
    }
}