last shadow override i wanted to make for now. also small tweak
This commit is contained in:
parent
b3ec3d450c
commit
18e0828ee7
4 changed files with 12 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue