From 698abe5da11bade931ea1f34d39c61429131c579 Mon Sep 17 00:00:00 2001 From: Harsh Khandeparkar <34770591+HarshKhandeparkar@users.noreply.github.com> Date: Sat, 20 Jun 2020 01:10:58 +0530 Subject: [PATCH] fix: wrong color when nav not transparent --- lib/css/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/css/index.css b/lib/css/index.css index 8c3376c..4343256 100644 --- a/lib/css/index.css +++ b/lib/css/index.css @@ -92,7 +92,7 @@ nav { box-shadow: rgba(0, 0, 0, 0.6) 0 0 1rem; } -.navbar-collapse.show { +.nav-transparent .navbar-collapse.show { background-color: #072A46; }