Skip to content

Commit

Permalink
docs: fix logo display in sidebar (#755)
Browse files Browse the repository at this point in the history
  • Loading branch information
kumarharsh authored and mcollina committed Dec 20, 2019
1 parent 8e11dc9 commit d54a017
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index.html
Expand Up @@ -20,6 +20,9 @@
margin-bottom: -.75em;
margin-top: .75em;
}
.sidebar > h1 img {
height: 4em;
}
.markdown-section a code {
color: var(--link-color)!important;
}
Expand All @@ -33,7 +36,8 @@
</body>
<script>
window.$docsify = {
name: '<img src=pino-tree.png style="height:4em;"><div style="margin-top:-.65em">pino</div>',
name: 'pino',
logo: './pino-tree.png',
loadSidebar: 'docsify/sidebar.md',
repo: 'https://github.com/pinojs/pino',
auto2top: true,
Expand Down

0 comments on commit d54a017

Please sign in to comment.