Added shadow to navbar

This commit is contained in:
2023-05-23 22:42:22 +02:00
parent 74db923058
commit 50d98c0894
2 changed files with 6 additions and 2 deletions

View File

@ -146,3 +146,8 @@ body {
.loaderActive {
display: block !important;
}
.navShadow {
box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075);
}