diff --git a/app/globals.css b/app/globals.css index dcacfe3..27b5a73 100644 --- a/app/globals.css +++ b/app/globals.css @@ -16,12 +16,14 @@ :root { --background: #505050; --foreground: #ededed; - --link-color: #8b56cc; - --link-hover: #ae5ed6; + --link-hover: #8b56cc; } } +.two-color{ + color: #746178; +} .link-custom { - color: var(--linl-color); + color: #ae5ed6; transition: color 0.2s ease; } .link-custom:hover { diff --git a/app/layout.tsx b/app/layout.tsx index e4b4b2c..0445148 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -14,7 +14,7 @@ const geistMono = Geist_Mono({ export const metadata: Metadata = { title: "about:uwu", - description: "meow uwu owo", + description: "nouwushka", }; export default function RootLayout({ diff --git a/app/page.tsx b/app/page.tsx index 20aa4b4..c34c36e 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -18,20 +18,15 @@ export default function Home() {