From a5e22b9b960d788972dba85b41b9e4adb3afce83 Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Thu, 14 Mar 2024 22:26:19 +0100
Subject: [PATCH] Make navbar style selectors more semantic

---
 sass/_teckids.scss | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sass/_teckids.scss b/sass/_teckids.scss
index f27debed..c9569edd 100644
--- a/sass/_teckids.scss
+++ b/sass/_teckids.scss
@@ -62,18 +62,18 @@ $project-colors-title-fonts: (
     background-color: $teckids-orange;
 }
 
-.navbar-brand>a {
+#main-navbar .navbar-brand > a {
     color: white;
     font-weight: bold;
 }
 
 @include desktop {
-    #main-navbar>*>*>*>a {
+    #main-menu > div > .navbar-item > a {
         color: white;
         font-weight: bold;
     }
 
-    #main-navbar>*>*>*>a:hover {
+    #main-menu > div > .navbar-item > a:hover {
         color: $teckids-orange;
     }
 }
-- 
GitLab