﻿.swagger-section #header {
    background-color: white;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 a {
    color: #652180;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content form input[type='text'].error {
    outline-color: #652180;
}

.swagger-section .error {
    outline-color: #652180;
}

.swagger-section .swagger-ui-wrap .info_title {
    color: #652180;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource:hover div.heading h2 a, .swagger-section .swagger-ui-wrap ul#resources li.resource.active div.heading h2 a {
    color: #652180;
}

.swagger-section .swagger-ui-wrap .model-signature .signature-nav a {
    color: #652180;
    font-weight: bold;
    text-decoration: underline;
}

