Skip to content

Commit

Permalink
feat: add opacity to the header
Browse files Browse the repository at this point in the history
  • Loading branch information
emiliosheinz committed Apr 2, 2024
1 parent 7c10590 commit be17c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/header/header.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export function Header() {
}

return (
<header className='fixed bg-codGray-500 top-0 left-0 right-0 z-40'>
<header className='fixed bg-codGray-500 top-0 left-0 right-0 z-40 bg-opacity-90 backdrop-blur-md'>
<div className='flex items-center w-full max-w-6xl m-auto py-2 sm:py-5 px-5 overflow-y-scroll'>
<div className='flex flex-1 space-x-5'>{renderLinks()}</div>
<div className='ml-5'>
Expand Down

0 comments on commit be17c41

Please sign in to comment.