small fixes

This commit is contained in:
teldra 2022-05-06 16:12:20 +02:00
parent a8697f5eea
commit a10aad279a
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{{ $img := resources.GetMatch "/images/logo_back_full.svg" }}
<div id="headerinner" style="background: url(--backgroud-color); background-size: cover;">
<div id="headerinner" style="background: var(--background); background-size: cover;">
<a href="/">
<img src="/images/logo.svg" alt="SVG mit img laden" class="dark-shadow">
</a>