aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2018-11-21 21:40:45 +0300
committerHenry Jameson <me@hjkos.com>2018-11-21 21:40:45 +0300
commit18e0828ee7bf4d90267db62bc079e1d8b3cf45ee (patch)
tree44f86a0cfe3a4f3724bb2e5748a7a7a2c6ebc2b5 /src/App.scss
parentb3ec3d450c8daf100ae7654c8db69551aa5b1a75 (diff)
last shadow override i wanted to make for now. also small tweak
Diffstat (limited to 'src/App.scss')
-rw-r--r--src/App.scss1
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 {