﻿
.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;
}

/* Hide the original Greeter tag */
.swagger-ui .opblock-tag-section .opblock-tag a {
    font-size: 0;
    position: relative;
}

/* Replace the text using a pseudo-element */
.swagger-ui .opblock-tag-section .opblock-tag a::before {
    content: "WISdom Connect";
    font-size: 24px;
    font-weight: bold;
    position: relative;
    top: 0;
    left: 0;
}
