replace png logo with svg

This commit is contained in:
Christoph Schindlbeck 2024-04-05 14:49:32 +02:00
parent 72e302c5b5
commit 5f7ce5e47b
3 changed files with 5 additions and 1 deletions

View File

@ -7,7 +7,7 @@ theme = "infinity-hugo"
# Navigation
[params.navigation]
logo = "images/woidcamp_logo01.png"
logo = "images/VVoidCampSignetLogo.svg"
home = "Home"
news = "Aktuelles"
about = "About"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

View File

@ -650,3 +650,7 @@ a:hover {
width: 1em;
}
}
a.navbar-brand img {
height: 1.2em;
}