diff --git a/src/App.vue b/src/App.vue index 645ec8a..abf2741 100644 --- a/src/App.vue +++ b/src/App.vue @@ -54,6 +54,11 @@ 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; } .nav-logo { diff --git a/src/components/FullPage.vue b/src/components/FullPage.vue index c946c70..dc80567 100644 --- a/src/components/FullPage.vue +++ b/src/components/FullPage.vue @@ -6,13 +6,15 @@