replace swagger logo

This commit is contained in:
crobibero
2020-09-03 21:39:50 -06:00
parent c404660f67
commit 3be12a9d38
3 changed files with 53 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
/* logo */
.topbar-wrapper img[alt="Swagger UI"], .topbar-wrapper span {
visibility: collapse;
}
.topbar-wrapper .link:after {
content: url(../banner-dark.svg);
display: block;
-moz-box-sizing: border-box;
box-sizing: border-box;
max-width: 100%;
max-height: 100%;
width: 150px;
}
/* end logo */