Skip to content

Commit 984707b

Browse files
committed
feat: 背景をぼかしてみやすく
1 parent 5dec3af commit 984707b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2025/src/components/Header.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import VimLogo from "./VimLogo.astro";
33
---
44

55
<header
6-
class="fixed top-0 right-0 left-0 z-50 bg-transparent transition-all duration-300"
6+
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"
77
>
88
<div class="container mx-auto px-4">
99
<div class="flex h-16 items-center justify-between">

0 commit comments

Comments
 (0)