From 35079d81b3fffb941fb661bf8282867b16e3cd53 Mon Sep 17 00:00:00 2001 From: Tom Teichler <tom.teichler@teckids.org> Date: Sun, 1 Mar 2020 20:32:44 +0100 Subject: [PATCH] Fix colour if li 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 c23f4f8..40aba31 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -27,7 +27,7 @@ img#logo { margin-top: 0px; } -#navbar-main > ul.nav > li.active > a, #navbar-main > ul.nav > li.ancestor > a { +li.active > a { background: var(--teckids-orange-light); background: linear-gradient(var(--teckids-orange-dark), var(--teckids-orange-light), var(--teckids-orange-dark)); color: #f8f8f8; -- GitLab