From 7024bf5929b3f816f137f9f2e16053cc19827de3 Mon Sep 17 00:00:00 2001 From: Harsh Khandeparkar <34770591+HarshKhandeparkar@users.noreply.github.com> Date: Sat, 20 Jun 2020 01:07:58 +0530 Subject: [PATCH] fix: try again --- lib/css/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/css/index.css b/lib/css/index.css index 67cf9d3..8c3376c 100644 --- a/lib/css/index.css +++ b/lib/css/index.css @@ -92,8 +92,8 @@ nav { box-shadow: rgba(0, 0, 0, 0.6) 0 0 1rem; } -.navbar-collapse { - background-color: #072A46 !important; +.navbar-collapse.show { + background-color: #072A46; } .nav-transparent {