
.swagger-ui .topbar a svg {
    display: none;
}


.swagger-ui .topbar a {
    content: url('/logo.png');
    max-height: 60px;
    width: auto;
}