﻿/*  
    Overrides swagger css 
    1. on this file's property - set build action to Embedded Resource
    2. add the line below to SwaggerConfig.cs
        swagger.InjectStylesheet(typeof(SwaggerConfig).Assembly, "KMG.CMS.Visitors.Endpoints.ZephrWebhook.Content.kmgswagger.css");
*/

.swagger-section #header{
    background-color : #266394;
}


.swagger-section #explore{
    background-color: #f1c40f;
    color : #333;
}
.swagger-section #explore:hover{
    background-color:#f1c40f;
    color : #ffffff;
}