last shadow override i wanted to make for now. also small tweak

This commit is contained in:
Henry Jameson 2018-11-21 21:40:45 +03:00
parent b3ec3d450c
commit 18e0828ee7
4 changed files with 12 additions and 1 deletions

View file

@ -430,6 +430,7 @@ nav {
color: $fallback--faint;
color: var(--faint, $fallback--faint);
box-shadow: 0px 0px 4px rgba(0,0,0,.6);
box-shadow: var(--topBarShadow);
}
.fade-enter-active, .fade-leave-active {