Skip to content

Commit

Permalink
Update dark header bg
Browse files Browse the repository at this point in the history
  • Loading branch information
adamplesnik authored Oct 5, 2024
1 parent 8155846 commit 2a3c8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import Header from '@/partials/Header'
const Home = () => {
return (
<>
<div className="sticky top-0 z-10 mx-auto w-full max-w-screen-md bg-gradient-to-b from-slate-50 p-8 pt-12 dark:from-gray-900 print:max-w-screen-sm print:bg-none">
<div className="sticky top-0 z-10 mx-auto w-full max-w-screen-md bg-gradient-to-b from-slate-50 p-8 pt-12 dark:from-zinc-900 print:max-w-screen-sm print:bg-none">
<Header />
</div>
<div
Expand Down

0 comments on commit 2a3c8c8

Please sign in to comment.