diff --git a/docs/src/.vitepress/theme/style.css b/docs/src/.vitepress/theme/style.css index 9f98a895..e2d8c4c2 100644 --- a/docs/src/.vitepress/theme/style.css +++ b/docs/src/.vitepress/theme/style.css @@ -157,7 +157,7 @@ } .VPNavBar.has-sidebar .content, .VPNav { - background-color: rgba(var(--vp-c-bg), 0.75); + background-color: var(--vp-c-bg); backdrop-filter: blur(1px); }