I am using the Swashbuckle package for WebAPI and am attempting to customize the look and feel of the swagger ui default page. I would like to customize the default swagger
@MichaelD can simply do the following instead:
.logo__img { content: url([PathToLogo]); width: 72px; /* Width of new image */ height: 31px; /* Height of new image */ }