.swagger-ui {
    /* Replace the swagger logo with our own */
    .topbar-wrapper {
        & a {
            & svg { display: none; }
            content: url("/img/logo.png");
            object-fit: contain;
            max-height: 35px;
            max-width: 100px;
        }
    }
}