Skip to content

Commit

Permalink
fix: update globals.css
Browse files Browse the repository at this point in the history
  • Loading branch information
CaliCastle committed May 3, 2023
1 parent 70e3bb6 commit 51b1160
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
html, body {
text-rendering: optimizeLegibility;
text-size-adjust: 100%;
background-color: var(--bg-color);
}

html.light {
Expand Down
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default function RootLayout({
className={`${sansFont.variable} m-0 h-full p-0 font-sans antialiased`}
suppressHydrationWarning
>
<body className="flex h-full flex-col bg-zinc-50 bg-[url('/grid-black.svg')] bg-top bg-repeat dark:bg-primary-900 dark:bg-[url('/grid.svg')]">
<body className="flex h-full flex-col bg-[url('/grid-black.svg')] bg-top bg-repeat dark:bg-[url('/grid.svg')]">
<span className="pointer-events-none fixed top-0 block h-[800px] w-full select-none bg-[radial-gradient(103.72%_46.58%_at_50%_0%,rgba(5,5,5,0.045)_0%,rgba(0,0,0,0)_100%)] dark:bg-[radial-gradient(103.72%_46.58%_at_50%_0%,rgba(255,255,255,0.09)_0%,rgba(255,255,255,0)_100%)]" />
<ThemeProvider
attribute="class"
Expand Down

0 comments on commit 51b1160

Please sign in to comment.