﻿/* Make the top bar background color black */
.swagger-ui .topbar {
    background-color: #000000;
}

/* Make the caption for the combo box in the top bar white*/
.swagger-ui .topbar label {
    color: #ffffff;
}

/* Make the border for the combo box in the top bar black */
.swagger-ui .topbar .download-url-wrapper .select-label select {
    border-color: #000000
}
