Skip to content
Snippets Groups Projects
Verified Commit dcfa3d6a authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

FIx colour if dropdown is active

parent 35079d81
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ li.active > a { ...@@ -33,7 +33,7 @@ li.active > a {
color: #f8f8f8; color: #f8f8f8;
} }
#navbar-main ul.dropdown-menu > li.active > a { ul.dropdown-menu > li.active > a {
background: var(--teckids-orange-dark); background: var(--teckids-orange-dark);
color: #f8f8f8; color: #f8f8f8;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment