<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.nav-link {
    background: none !important;
    color: white !important;
}

.navbar-nav a {
color: #fff !important;
}

.navbar-nav a:hover {
background-color: #709f2b !important;
}

.navbar-nav .open .dropdown-menu {
background-color: #2a3650;
}

.navbar-text {
background: none !important;
color: white !important;
}

</pre></body></html>