Skip to content
Snippets Groups Projects
Unverified Commit 10615989 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Add legacy logo scribe to navbar

parent 71c6c5fc
No related branches found
No related tags found
No related merge requests found
Pipeline #175455 passed
......@@ -78,6 +78,12 @@ $project-colors-title-fonts: (
}
}
@media screen {
#navbar-logo > img {
filter: saturate(0) brightness(0) invert(1);
}
}
$navbar-burger-color: white;
.circle-bg {
......
Subproject commit efd7cc44707c9dec49e724d9e8af53c8c05e4d80
Subproject commit dc1ec30e6440ae475d4e89560cef56c9dfbf653d
......@@ -2,7 +2,9 @@
<input type="checkbox" id="burger-toggle" role="button" class="navbar-toggle" aria-label="menu" aria-expanded="false" data-target="main-menu" />
<div class="navbar-brand">
<a href="{{ get_url(path="@/_index.md") }}" class="navbar-item">
{{ config.title }}
<figure class="image" id="navbar-logo">
<img src="{{ get_url(path="artwork/logo-teckids.svg") }}" alt="Schriftzug Teckids e.V." />
</figure>
</a>
<label for="burger-toggle" class="navbar-burger">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment