From 88df525be802ed8af2e50ca09b359080c1e0600f Mon Sep 17 00:00:00 2001
From: Darius Auding <Darius.auding@gmx.de>
Date: Thu, 14 Mar 2024 22:04:24 +0100
Subject: [PATCH] Change brand selector to use the .navbar-brand class

---
 sass/_teckids.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sass/_teckids.scss b/sass/_teckids.scss
index 8d468d29..f27debed 100644
--- a/sass/_teckids.scss
+++ b/sass/_teckids.scss
@@ -62,7 +62,7 @@ $project-colors-title-fonts: (
     background-color: $teckids-orange;
 }
 
-#main-navbar>*>a {
+.navbar-brand>a {
     color: white;
     font-weight: bold;
 }
-- 
GitLab