We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dec3af commit 984707bCopy full SHA for 984707b
2025/src/components/Header.astro
@@ -3,7 +3,7 @@ import VimLogo from "./VimLogo.astro";
3
---
4
5
<header
6
- class="fixed top-0 right-0 left-0 z-50 bg-transparent transition-all duration-300"
+ class="fixed top-0 right-0 left-0 z-50 bg-white/30 backdrop-blur-md transition-all duration-300 border-b border-gray-100"
7
>
8
<div class="container mx-auto px-4">
9
<div class="flex h-16 items-center justify-between">
0 commit comments