You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2021/02/13 08:18:14 UTC

[apisix-website] branch master updated: fix: remove global shadow on mobile (#186)

This is an automated email from the ASF dual-hosted git repository.

juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 20c77d7  fix: remove global shadow on mobile (#186)
20c77d7 is described below

commit 20c77d78b8323f2e09e98e47c252ded2ee7b3806
Author: bzp2010 <bz...@gmail.com>
AuthorDate: Sat Feb 13 02:18:06 2021 -0600

    fix: remove global shadow on mobile (#186)
---
 website/src/css/customTheme.css | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/website/src/css/customTheme.css b/website/src/css/customTheme.css
index 2ef7443..2509fd8 100644
--- a/website/src/css/customTheme.css
+++ b/website/src/css/customTheme.css
@@ -51,6 +51,9 @@ header h2 {
 .navbar__link--active {
   color: var(--color-primary);
 }
+.navbar-sidebar {
+  box-shadow: unset;
+}
 
 /* home splash */
 .home-splash {
@@ -269,7 +272,7 @@ a:hover {
   opacity: 0.88;
 }
 
-/* 
+/*
   Animations
 */