﻿/*OVERIDE SWAGGER CSS HERE */

/*
    WAIVERFILE COLORS: 
    #005dac  - DARK BLUE (LOGO)
    #0083ca  - LIGHT BLUE
    #323a45  - DARK BACKGROUND
    #f6881f  - ORANGE
    
*/

.swagger-section #header {
    background-color: #005dac;
}
.swagger-section #explore, .swagger-section #auth_container .authorize__btn{
    background-color: #f6881f;
}

#logo img.logo__img {
    content: url(/logo.png);
}