#wpadminbar #wp-admin-bar-development .ab-item {
    background: hsl(0, 100%, 40%) !important;
    font-weight: bold;
    color: white;
}
#wpadminbar #wp-admin-bar-development .ab-item:hover {
    background: hsl(0, 100%, 40%) !important;
    color: white;
}
#wpadminbar #wp-admin-bar-production .ab-item {
    background: hwb(131 0% 36%) !important;
    font-weight: bold;
    color: white;
}
#wpadminbar #wp-admin-bar-production .ab-item:hover {
    background: hwb(131 0% 36%) !important;
    color: white;
}

