style: update header background to be more opaque with gray border
This commit is contained in:
		@@ -87,7 +87,7 @@ export function Header() {
 | 
			
		||||
 | 
			
		||||
  return (
 | 
			
		||||
    <motion.header
 | 
			
		||||
      className="fixed top-0 left-0 right-0 z-50 bg-white/10 shadow-lg ring-1 ring-white/10 backdrop-blur-sm"
 | 
			
		||||
      className="fixed top-0 left-0 right-0 z-50 bg-white/90 shadow-lg ring-1 ring-gray-200"
 | 
			
		||||
      initial={{ y: 0, opacity: 1 }}
 | 
			
		||||
      animate={{ y: isVisible ? 0 : -100, opacity: isVisible ? 1 : 0 }}
 | 
			
		||||
      transition={{ duration: 0.3, ease: 'easeInOut' }}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user