Make the header on the homepage transparent
Adjusted the background and border styles for the SearchHeader component to achieve a transparent effect. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 074b0e4c-6171-43bd-aa98-f9e04623ca14 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/074b0e4c-6171-43bd-aa98-f9e04623ca14/izllXJt
This commit is contained in:
parent
b9a21c4ee7
commit
926d0eaf16
@ -46,7 +46,7 @@ export default function SearchHeader({
|
||||
};
|
||||
|
||||
return (
|
||||
<div className="border-b border-white/10 bg-black/20 backdrop-blur-sm sticky top-0 z-50 relative overflow-hidden">
|
||||
<div className="border-b border-white/5 bg-black/10 backdrop-blur-sm sticky top-0 z-50 relative overflow-hidden">
|
||||
|
||||
|
||||
{/* Static triangle decorations - fixed positioning */}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user