Skip to content

Commit

Permalink
feat: background
Browse files Browse the repository at this point in the history
  • Loading branch information
HACO8888 committed Jun 6, 2024
1 parent 2334a83 commit 2c5fbf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function Document() {
/>
<link rel="icon" href="/2024/images/icon.png" />
</Head>
<body className={"bg-[#012637] text-white"}>
<body className={"bg-black text-white"}>
<Main />
<NextScript />
</body>
Expand Down

0 comments on commit 2c5fbf1

Please sign in to comment.