1
0
mirror of https://codeberg.org/tacerus/teddit.git synced 2025-05-30 03:27:45 +02:00

add logo to topbar, fix

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
static/css
views/includes

@ -82,6 +82,11 @@ nav .nav-item.left a {
font-size: 15px; font-size: 15px;
font-weight: initial; 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:hover
nav .nav-item.left a:focus { nav .nav-item.left a:focus {
color: white; color: white;

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