diff --git a/src/App.vue b/src/App.vue index abf2741..440c6a9 100644 --- a/src/App.vue +++ b/src/App.vue @@ -54,11 +54,7 @@ function handleNavigate(index) { align-items: center; padding: 0 @nav-px; z-index: 1000; - background: rgba(255, 255, 255, 0.72); - backdrop-filter: blur(16px) saturate(180%); - -webkit-backdrop-filter: blur(16px) saturate(180%); - border-bottom: 1px solid rgba(0, 0, 0, 0.06); - transition: background 0.3s ease; + background: transparent; } .nav-logo {