remove inset shadow on navbar
This commit is contained in:
parent
d0a1e99755
commit
3f95ce80f9
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ header h1 img {
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar {
|
.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-width:0px;
|
||||||
border-bottom:1px;
|
border-bottom:1px;
|
||||||
border-style:solid;
|
border-style:solid;
|
||||||
|
|
Reference in a new issue