From bb70160e90551f8b9494c4b7060ac9287e51ec2c Mon Sep 17 00:00:00 2001 From: HarshKhandeparkar Date: Tue, 9 Jun 2020 02:13:12 +0530 Subject: [PATCH] fix: change navbar styling, add box-shadow --- lib/css/index.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/css/index.css b/lib/css/index.css index e11c466..4ad1b3c 100644 --- a/lib/css/index.css +++ b/lib/css/index.css @@ -92,11 +92,13 @@ html { /* Navbar */ nav { - transition: all 1s; + transition: all 0.4s; + box-shadow: rgba(0, 0, 0, 0.6) 0 0 1rem; } .nav-transparent { background-color: transparent !important; + box-shadow: none; } /* /Navbar */