diff --git a/sass/_menu.scss b/sass/_menu.scss index 52c7bef18623ebdaf8d4dbc204b04e7569a3a2aa..37c252925955981397b6d8024f23c56ec8ec70b4 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 9435e6edd1b714a41480d7b5dcd9d8dc94d47030..4b9a08e78c18bf417a945c9cb0cf86a6de1a423f 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 8409dcec3fc64c6abc4e3d9cea0365ec155e82c5..f93974c8ec2aa573047f9b206630c2af963f7235 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>