html.dark-mode .swagger-ui .topbar {
    background-color: #0c0c1c;
}

html.dark-mode .swagger-ui {
    background-color: #101026;
}

/* Hide the default Swagger SVG */
.swagger-ui .topbar .link svg {
    display: none;
}

.swagger-ui .topbar .link::before {
    content: "";
    display: block;
    width: 140px;
    height: 40px;

    background-image: url("/images/busserz.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
}
