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

Update artwork for logo

parent 10a70264
No related branches found
No related tags found
No related merge requests found
Pipeline #193765 passed with warnings
...@@ -72,15 +72,6 @@ ...@@ -72,15 +72,6 @@
} }
} }
@media screen {
#navbar-logo > img {
filter: saturate(0) brightness(0) invert(1);
}
#navbar-logo > img:hover {
filter: none;
}
}
// FIXME: https://github.com/jgthms/bulma/issues/3757 // FIXME: https://github.com/jgthms/bulma/issues/3757
.navbar-burger { .navbar-burger {
color: white !important; color: white !important;
......
Subproject commit 9435e6edd1b714a41480d7b5dcd9d8dc94d47030 Subproject commit 4b9a08e78c18bf417a945c9cb0cf86a6de1a423f
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<div class="navbar-brand"> <div class="navbar-brand">
<a href="{{ get_url(path="@/_index.md") }}" class="navbar-item"> <a href="{{ get_url(path="@/_index.md") }}" class="navbar-item">
<figure class="image" id="navbar-logo"> <figure class="image" id="navbar-logo">
<img src="{{ get_url(path="artwork/logo-teckids.svg") }}" alt="Schriftzug Teckids e.V." /> <img src="{{ get_url(path="artwork/logo-teckids-orange.svg") }}" alt="Logo Teckids" />
</figure> </figure>
</a> </a>
......
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