﻿.swagger-ui .topbar {
    background: rgb(0, 12, 26) !important;
}

html.dark-mode .swagger-ui .scheme-container {
    background: rgb(0, 12, 26) !important;
    box-shadow: rgba(0, 0, 0, .15) 0 1px 2px 0 !important;
}

.swagger-ui .topbar a {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: url('/logo.png') !important;
    max-width: 100%;
    max-height: 100%;
    height: 40px;
    width: auto;
    flex-shrink: 0;
    object-fit: contain;
    flex: 0;
}

a {
    color: #8c8cfa;
}

