diff --git a/app/layouts/default.vue b/app/layouts/default.vue index 7cd4a44..586cbe0 100644 --- a/app/layouts/default.vue +++ b/app/layouts/default.vue @@ -17,8 +17,8 @@ const route = useRoute(); class="absolute inset-0 pointer-events-none -z-10 transition-all duration-700 ease-in-out" :style="route.path === '/' ? { clipPath: 'inset(100vh 0 0 0)' } : {}">
- + class="absolute inset-0 bg-linear-to-b from-white/40 via-white/40 to-white/70 dark:from-slate-900/40 dark:via-slate-900/40 dark:to-slate-900/70 backdrop-blur-xs"> +