diff --git a/index.html b/index.html
index 8531b17..3630708 100644
--- a/index.html
+++ b/index.html
@@ -396,6 +396,7 @@
background: #393937;
border: 1px solid #41423f;
box-shadow:
+ inset 0 1px 8px rgba(0, 0, 0, 0.15),
0 5px 10px rgba(0, 0, 0, 0.16),
0 14px 22px rgba(0, 0, 0, 0.24),
0 22px 34px rgba(0, 0, 0, 0.18);
@@ -449,7 +450,7 @@
color: #fff;
background: #2d2e2b !important;
border-radius: 1.46rem;
- box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18) !important;
+ box-shadow: none !important;
}
#app-bottom-nav .nav-tab:active,
#app-bottom-nav .nav-action:active {