From 31cc11a2f6fb0357579bd12fe3f0e310cca59e36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Erbsh=C3=A4u=C3=9Fer?= Date: Sun, 24 May 2026 09:23:04 +0200 Subject: [PATCH] highlight logo in nav bar MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tobias Erbshäußer --- frontend/src/components/nav.njk | 18 ++++++++++++------ frontend/src/layouts/main.njk | 2 +- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/frontend/src/components/nav.njk b/frontend/src/components/nav.njk index ee8dce5..da527af 100644 --- a/frontend/src/components/nav.njk +++ b/frontend/src/components/nav.njk @@ -25,10 +25,6 @@ padding: var(--small-padding) var(--medium-padding); } - img { - width: 100%; - } - a { display: grid; grid-template-columns: 1fr; @@ -36,7 +32,10 @@ } a > svg { - fill: var(--light-gray); + background-color: var(--gold); + border-radius: var(--button-border-radius); + fill: var(--gray); + padding: 0.4rem; } slot { @@ -126,7 +125,14 @@