.theme-container .navbar {
    background-color: #000 !important;
    border-bottom: 1px solid #222 !important;
}

.theme-container.navbar .site-name,
.theme-container .navbar .links,
.theme-container .navbar .nav-links a,
.theme-container  .navbar .site-name, h2,
.theme-container .navbar .icon {
    color: #fff !important;
}

.theme-container a.sidebar-link.active, .theme-container a.sidebar-link:hover, .theme-container .dropdown-wrapper .nav-dropdown .dropdown-item a.router-link-active {
    color: #5c92aa;
    border-left-color: #5c92aa;
}

.theme-container a {
    color: #5c92aa;
}

.theme-container .navbar .links {
    background-color: #000 !important;
}

.theme-container .dropdown-wrapper .dropdown-title, .theme-container .dropdown-wrapper .mobile-dropdown-title {
    color: #fff !important;
}

.theme-container.navbar .site-name, .theme-container .navbar .links, .theme-container .navbar .nav-links a, .theme-container .navbar .site-name, h2, .theme-container .navbar .icon {
    color: #000 !important;
}
