﻿.swagger-ui .topbar {
    background-color: navy !important; /* Change to your desired color */
}

.swagger-ui .topbar-wrapper img {
    content: url('/custom/images/logo.png'); /* Path to your logo */
    width: 200px; /* Adjust as needed */
    height: auto;
}
