/* swagger ui customization */ img[alt="Swagger UI"] { display: block; -moz-box-sizing: border-box; box-sizing: border-box; content: url(../CustomContent/logo.png); max-width: 100%; max-height: 100%; position: absolute; left: 100px; } .swagger-ui .topbar{ background-color: white; } .swagger-ui .topbar .download-url-wrapper .select-label { color: black; } .swagger-ui .info { margin: 10px 0; } .swagger-ui .scheme-container { margin: -40px 0 0px; padding: 10px 0; } body { background-color: white; }