This is my code
<nav class="navbar navbar-expand-lg navbar-md-dark navbar-lg-light" style="background-color: #11100b;" id="nav-mob">
<div class="container">
<a class="navbar-brand " href="#">
<img src="./logo dark.png" id="logochange" width="150" alt="LOGO">
</a>
<button class="navbar-toggler " type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon">
</span>
</button>
</div>
</nav>
The hamburger sign exists and does click but is not visible due to the dark background how do I change the colour or make the sign brighter?