add logo to topbar, fix #124

This commit is contained in:
teddit 2021-01-20 16:43:02 +01:00
parent fb2fe788c4
commit f684776eaa
2 changed files with 6 additions and 0 deletions

View File

@ -82,6 +82,11 @@ nav .nav-item.left a {
font-size: 15px;
font-weight: initial;
}
nav .nav-item.left img {
width: 20px;
vertical-align: bottom;
margin: 0px 7px 0px 0px;
}
nav .nav-item.left a:hover
nav .nav-item.left a:focus {
color: white;

View File

@ -1,6 +1,7 @@
div#topbar
nav
.nav-item.left
img(src="/favicon.png", alt="")
a(href="/") teddit
.settings
.icon-container