fix: add subtle frosted background to navbar for readability over word cloud

This commit is contained in:
ashim-hq
2026-04-23 18:12:44 +08:00
parent 82e5e9cf90
commit e6d6019d0a
+1 -1
View File
@@ -14,7 +14,7 @@ export function Navbar() {
const [open, setOpen] = useState(false);
return (
<nav className="fixed top-0 left-0 right-0 z-50 bg-transparent backdrop-blur-sm">
<nav className="fixed top-0 left-0 right-0 z-50 bg-background/60 backdrop-blur-xl">
<div className="mx-auto flex h-16 max-w-6xl items-center justify-between px-6">
<a href="/" className="flex items-center gap-2">
<div className="flex h-8 w-8 items-center justify-center rounded-lg bg-accent text-accent-foreground text-sm font-bold">