﻿
.swagger-ui .topbar-wrapper .link img {
    display: none;
}

.swagger-ui .topbar-wrapper .link::before {
    content: "";
    display: inline-block;
    background: url('/swagger-ui/fortified.png') no-repeat;
    background-size: contain;
    width: 200px;
    height: 40px;
}

