Skip to content

Commit

Permalink
fix color bg (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
codingki authored Jul 8, 2024
1 parent 05094f6 commit 800227e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/constants/seo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ export const metadata = {
username: "@SkipProtocol",
url: "https://twitter.com/SkipProtocol",
},
themeColor: "#ffdc61",
themeColor: "##ff86ff",
};
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function Home() {
return (
<div
className={cn(
"bg-[#ffdc61] font-sans subpixel-antialiased",
"bg-[#ff86ff] font-sans subpixel-antialiased",
"relative overflow-x-hidden overflow-y-hidden",
"before:fixed before:inset-x-0 before:bottom-0 before:h-[100vh] before:content-['']",
"before:bg-[url(/bg.svg)] before:bg-cover before:bg-[center_top] before:bg-no-repeat",
Expand Down

0 comments on commit 800227e

Please sign in to comment.