Skip to content

Commit 3be57e6

Browse files
refactor(common): update Navbar component bg blur effect
1 parent aedcca6 commit 3be57e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/common/Navbar.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import { FaBars, FaGithub } from "react-icons/fa"
33
---
44

5-
<nav class="w-[90%] fixed top-5 left-1/2 -translate-x-1/2 backdrop-blur-xl border border-white/10 rounded-full">
5+
<nav class="bg-blue-500/30 w-[90%] fixed top-5 left-1/2 -translate-x-1/2 backdrop-blur-xl border border-white/10 rounded-full">
66
<div class="mx-auto max-w-7xl px-2 sm:px-6 lg:px-8">
77
<div class="relative flex h-16 items-center justify-between">
88
<div class="absolute inset-y-0 left-0 flex items-center sm:hidden">

0 commit comments

Comments
 (0)