/*Write your custom style or CSS code here*/
html[data-bs-theme="dark"] .navbar, 
html[data-bs-theme="dark"] .navbar a, 
html[data-bs-theme="dark"] .navbar-brand, 
html[data-bs-theme="dark"] .navbar-nav li a {
    color: #ffffff !important;
}

