/* This file is here in case we decide we want to customize the swagger page
    (This is how we would do it)
*/

.swagger-ui .topbar .download-url-wrapper .select-label span {
    color: white;
}

.swagger-ui .topbar {
    background-color: #e00007;
}