add ethereum logo in header
This commit is contained in:
parent
d7c6e35c2f
commit
903217a531
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
|
@ -6,6 +6,12 @@
|
|||
<title>Eth2.0-API</title>
|
||||
<link rel="stylesheet" type="text/css" href="./dist/swagger-ui.css" >
|
||||
<link rel="stylesheet" type="text/css" href="./dist/theme-material.css" >
|
||||
<style>
|
||||
.topbar-wrapper img[alt="Swagger UI"] {
|
||||
content: url("./assets/ethereum_logo.png");
|
||||
height: 68px; /* Width of new image */
|
||||
}
|
||||
</style>
|
||||
<link rel="icon" type="image/png" href="./dist/favicon-32x32.png" sizes="32x32" />
|
||||
<link rel="icon" type="image/png" href="./dist/favicon-16x16.png" sizes="16x16" />
|
||||
<style>
|
||||
|
|
Loading…
Reference in New Issue