navbar collaps box-shadow to grey

This commit is contained in:
ogerly 2021-12-10 07:51:59 +01:00
parent 2c7ab38f39
commit 4b05e55d72

View File

@ -97,6 +97,6 @@ export default {
z-index: 100000;
background-color: #dfe0e3f5;
width: 100%;
box-shadow: cadetblue 0px 13px 22px;
box-shadow: #b4b4b4 0px 13px 22px;
}
</style>