From 3f95ce80f9b7037d4944a1beb4519fd8cc6249fd Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Thu, 16 Aug 2018 15:29:00 +0200 Subject: [PATCH] remove inset shadow on navbar --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index f82ca46..eae12db 100644 --- a/css/style.css +++ b/css/style.css @@ -46,7 +46,7 @@ header h1 img { } .navbar { - box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3), inset 0px -2px 0px rgba(0, 0, 0, 0.1); + box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3); border-width:0px; border-bottom:1px; border-style:solid;