From ba4342167492865e5c45bc7cb2a484bc8d7c2a2f Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Sun, 9 Jun 2024 13:03:21 +0200 Subject: [PATCH] chore(docs): correct header styles --- docs/src/.vitepress/theme/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }