.top-bar{
    background: #ff0000;
}

.top-bar .name h1 a{
    color: #ffff00;
}

.top-bar .toggle-topbar a{
    color: #ffff00;
}

.top-bar .toggle-topbar.menu-icon a{
    color: #ffff00;
}

.top-bar.expanded .title-area{
    background: #ff0000;
}

.top-bar-section ul li{
    background: #ff0000;
}

.top-bar-section ul li > a{
    color: #ffff00;
}

.top-bar-section li:not(.has-form) a:not(.button){
    background: #ff0000;
}

.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button){
    background: #ff0000;
    color: #ffff00;
}