From dda09451fd39f5354e49cf6ad316fc9f6119c580 Mon Sep 17 00:00:00 2001 From: Harsh Khandeparkar <34770591+HarshKhandeparkar@users.noreply.github.com> Date: Sat, 20 Jun 2020 01:21:40 +0530 Subject: [PATCH] fix: nav transitions --- lib/css/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/css/index.css b/lib/css/index.css index 4343256..88f940e 100644 --- a/lib/css/index.css +++ b/lib/css/index.css @@ -97,6 +97,7 @@ nav { } .nav-transparent { + transition: background-color 0.4s; background-color: transparent !important; box-shadow: none; }