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 */