add ethereum logo in header

This commit is contained in:
Marin Petrunić 2020-06-29 11:19:03 +02:00
parent d7c6e35c2f
commit 903217a531
No known key found for this signature in database
GPG Key ID: 834D07135E110DA5
2 changed files with 6 additions and 0 deletions

BIN
assets/ethereum_logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -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>