Skip to content

Commit

Permalink
make header not sticky and change some colors on home component
Browse files Browse the repository at this point in the history
  • Loading branch information
No0ne003 committed May 11, 2024
1 parent bcc27b0 commit d82efff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/layouts/header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function Header() {
});

return (
<header className="dark:bg-black bg-white bg-opacity-10 px-6 py-3 backdrop-blur-2xl sticky top-0 z-50">
<header className="bg-background px-6 py-3 backdrop-blur-2xl">
<div className="container flex justify-between items-center">
<Logo />
<Navigation />
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function Home() {
development
</span>
</p>
<p className="text-neutral-500 text-xs">
<p className="text-neutral-500 text-foreground/45">
I&apos;ll start on it when add the first componenet (project)
</p>
{projects.map((item) => (
Expand Down

0 comments on commit d82efff

Please sign in to comment.