From f8023a486b4380ab65c028cc68d1515f0d31d4e2 Mon Sep 17 00:00:00 2001 From: HarshKhandeparkar Date: Tue, 9 Jun 2020 02:35:18 +0530 Subject: [PATCH] feat: active nav item slightly different color --- lib/css/index.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lib/css/index.css b/lib/css/index.css index 4ad1b3c..9f6c7a3 100644 --- a/lib/css/index.css +++ b/lib/css/index.css @@ -100,6 +100,15 @@ nav { background-color: transparent !important; box-shadow: none; } + +.nav-item { + color: white !important; +} + +.nav-link.active { + background-color: rgb(11, 90, 121); + border-radius: 0.2rem; +} /* /Navbar */ /* Special Branded Color Classes*/