﻿img[alt="Swagger UI"] {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: url('../images/logo.png');
    max-width: 100%;
    max-height: 100%;
}

body {
    background-color: black !important;
}

.scheme-container {
    background-color: black !important;
}

.nostyle {
    color: white !important;
}

.swagger-ui .authorization__btn.unlocked {
    opacity: .4 !important;
    fill: white !important;
}
