From 392570a0716bab60da6ce2c905fcbb99ab13d196 Mon Sep 17 00:00:00 2001 From: CyC2018 <1029579233@qq.com> Date: Mon, 11 Mar 2019 09:17:16 +0800 Subject: [PATCH] auto commit --- docs/index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 6005c206..3a23ed3a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -44,7 +44,11 @@ background-color: rgba(243, 242, 238, 1) !important; } - .sidebar-toggle {} + @media (min-width:600px) { + .sidebar-toggle { + background-color: #f3f2ee; + } + } .docsify-copy-code-button { background: #f8f8f8 !important;