From dcfa3d6aeb0ecc4d444da9ced969361046472ad7 Mon Sep 17 00:00:00 2001
From: Tom Teichler <tom.teichler@teckids.org>
Date: Sun, 1 Mar 2020 20:33:18 +0100
Subject: [PATCH] FIx colour if dropdown is active

---
 static/css/style.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/static/css/style.css b/static/css/style.css
index 40aba31..6c7b9f9 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -33,7 +33,7 @@ li.active > a {
 	color: #f8f8f8;
 }
 
-#navbar-main ul.dropdown-menu > li.active > a {
+ul.dropdown-menu > li.active > a {
 	background: var(--teckids-orange-dark);
 	color: #f8f8f8;
 }
-- 
GitLab