diff --git a/src/client/theme-default/components/VPNav.vue b/src/client/theme-default/components/VPNav.vue index 538a7165..6e0c61a8 100644 --- a/src/client/theme-default/components/VPNav.vue +++ b/src/client/theme-default/components/VPNav.vue @@ -33,13 +33,13 @@ provide('close-screen', closeScreen) } .VPNav.no-sidebar { - backdrop-filter: saturate(50%) blur(8px); -webkit-backdrop-filter: saturate(50%) blur(8px); - background: rgba(255, 255, 255, 0.9); + backdrop-filter: saturate(50%) blur(8px); + background: rgba(255, 255, 255, 0.7); } .dark .VPNav.no-sidebar { - background: rgba(36, 36, 36, 0.9); + background: rgba(36, 36, 36, 0.7); } @supports not (backdrop-filter: saturate(50%) blur(8px)) {