diff --git a/.mozilla/firefox/profile/chrome/color.css b/.mozilla/firefox/profile/chrome/color.css index 7bf434b..9a616eb 100644 --- a/.mozilla/firefox/profile/chrome/color.css +++ b/.mozilla/firefox/profile/chrome/color.css @@ -1,4 +1,4 @@ :root { --color-background-dark: #1c1b22; - --color-shadow: black; + --color-shadow: grey; } diff --git a/.mozilla/firefox/profile/chrome/userChrome/sidebar.css b/.mozilla/firefox/profile/chrome/userChrome/sidebar.css index 1d44284..8adf86e 100644 --- a/.mozilla/firefox/profile/chrome/userChrome/sidebar.css +++ b/.mozilla/firefox/profile/chrome/userChrome/sidebar.css @@ -13,11 +13,12 @@ > #sidebar:hover { min-width: 200px !important; max-width: 200px !important; - box-shadow: 1px 0 10px var(--color-shadow); + box-shadow: 1px 0 8px var(--color-shadow); } #sidebar-box[sidebarcommand="_3c078156-979c-498b-8990-85f7987dd929_-sidebar-action"] > #sidebar { transition: all 200ms; + box-shadow: 1px 0 ThreeDShadow; } /* 隐藏Sidebery侧边栏的头部 */