From 020bae0827b95d5b51cf63344a0e0750b5ab766c Mon Sep 17 00:00:00 2001 From: Gamebrary Date: Wed, 26 Aug 2020 16:47:08 -0700 Subject: [PATCH] override nav box shadow --- src/styles/_bootstrap-overrides.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/_bootstrap-overrides.scss b/src/styles/_bootstrap-overrides.scss index 42b185b8..5fad5460 100644 --- a/src/styles/_bootstrap-overrides.scss +++ b/src/styles/_bootstrap-overrides.scss @@ -4,4 +4,5 @@ .navbar { border: none !important; + box-shadow: none !important; }