Skip to content

Commit

Permalink
background bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
IncognitoTGT committed Apr 24, 2024
1 parent 9d7dcbf commit a7f380f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"style": {
"backgroundImage": "https://raw.githubusercontent.com/zhichaoh/catppuccin-wallpapers/main/landscapes/yosemite.png"
}
"style": {
"backgroundImage": "https://raw.githubusercontent.com/IncognitoTGT/incognitotgt/main/stardust-bg.png"
}
}
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default async function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<body
className={`${inter.className} ${jetbrains.variable} bg-center bg-fixed`}
className={`${inter.className} ${jetbrains.variable} bg-center bg-fixed bg-cover`}
style={{
backgroundImage: `url(${config.style.backgroundImage})`,
}}
Expand Down

0 comments on commit a7f380f

Please sign in to comment.