diff --git a/app/globals.css b/app/globals.css index a2dc41e..b9065d2 100644 --- a/app/globals.css +++ b/app/globals.css @@ -14,7 +14,7 @@ @media (prefers-color-scheme: dark) { :root { - --background: #0a0a0a; + --background: #505050; --foreground: #ededed; } } diff --git a/app/layout.tsx b/app/layout.tsx index 976eb90..e4b4b2c 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -13,8 +13,8 @@ const geistMono = Geist_Mono({ }); export const metadata: Metadata = { - title: "Create Next App", - description: "Generated by create next app", + title: "about:uwu", + description: "meow uwu owo", }; export default function RootLayout({ diff --git a/app/page.tsx b/app/page.tsx index 57a9146..1127788 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,24 +1,35 @@ import Image from "next/image"; export default function Home() { - return ( -