diff options
| author | Henry Jameson <me@hjkos.com> | 2018-11-21 21:40:45 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-11-21 21:40:45 +0300 |
| commit | 18e0828ee7bf4d90267db62bc079e1d8b3cf45ee (patch) | |
| tree | 44f86a0cfe3a4f3724bb2e5748a7a7a2c6ebc2b5 /src/App.scss | |
| parent | b3ec3d450c8daf100ae7654c8db69551aa5b1a75 (diff) | |
last shadow override i wanted to make for now. also small tweak
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss index a41140ef..e8aa5846 100644 --- a/src/App.scss +++ b/src/App.scss @@ -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 { |
