From dd1bc0d907b2b9f458187eaab9ac7417c0ff2e47 Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Thu, 14 Nov 2024 14:26:18 +0100
Subject: [PATCH] Update artwork for logo

---
 sass/_menu.scss     | 9 ---------
 static/artwork      | 2 +-
 templates/menu.html | 2 +-
 3 files changed, 2 insertions(+), 11 deletions(-)

diff --git a/sass/_menu.scss b/sass/_menu.scss
index 52c7bef..37c2529 100644
--- a/sass/_menu.scss
+++ b/sass/_menu.scss
@@ -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
 .navbar-burger {
     color: white !important;
diff --git a/static/artwork b/static/artwork
index 9435e6e..4b9a08e 160000
--- a/static/artwork
+++ b/static/artwork
@@ -1 +1 @@
-Subproject commit 9435e6edd1b714a41480d7b5dcd9d8dc94d47030
+Subproject commit 4b9a08e78c18bf417a945c9cb0cf86a6de1a423f
diff --git a/templates/menu.html b/templates/menu.html
index 8409dce..f93974c 100644
--- a/templates/menu.html
+++ b/templates/menu.html
@@ -3,7 +3,7 @@
     <div class="navbar-brand">
         <a href="{{ get_url(path="@/_index.md") }}" class="navbar-item">
             <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>
         </a>
 
-- 
GitLab