remove inset shadow on navbar

This commit is contained in:
Kazhnuz 2018-08-16 15:29:00 +02:00
parent d0a1e99755
commit 3f95ce80f9
1 changed files with 1 additions and 1 deletions

View File

@ -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;