.dropdown-menu {
    background-color: #000 !important;
}

.dropdown-menu .dropdown-item {
    color: #fff !important;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #333 !important; 
}
