Skip to content

Commit

Permalink
revert dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
gokulkrishh committed Jan 14, 2024
1 parent 4311ec5 commit 83fea7d
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,7 @@ export const viewport: Viewport = {
width: 'device-width',
initialScale: 1,
userScalable: false,
themeColor: [
{
media: '(prefers-color-scheme: light)',
color: '#ffffff',
},
{
media: '(prefers-color-scheme: dark)',
color: '#09090b',
},
],
themeColor: '#09090b',
};

export const revalidate = 0;
Expand Down

1 comment on commit 83fea7d

@vercel
Copy link

@vercel vercel bot commented on 83fea7d Jan 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.