Better navbar shadow

This commit is contained in:
Neil Brommer 2017-11-28 17:41:02 -08:00
parent 5e15ff7721
commit 3a013234fa

View file

@ -12,7 +12,7 @@ body {
.navbar, .fixed-top {
background-color: var(--main-color) !important;
box-shadow: 0 0 8px rgba(0,0,0,0.12),0 8px 8px rgba(0,0,0,0.24);
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
border-bottom: var(--main-dark-color) 1px solid;
}