diff --git a/src/app/globals.css b/src/app/globals.css index 41e5bf6..845c41e 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,21 +4,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #f5f4ef;; - --card: #dad6cd;; - --foreground: #2a2928;; - --primary-cta: #2a2928;; - --secondary-cta: #ecebea;; - --accent: #ffffff;; - --background-accent: #ffffff;; */ + /* --background: #1a1a1a;; + --card: #000000;; + --foreground: #ffffff;; + --primary-cta: #ff0000;; + --secondary-cta: #1a1a1a;; + --accent: #ff0000;; + --background-accent: #330000;; */ - --background: #f5f4ef;; - --card: #dad6cd;; - --foreground: #2a2928;; - --primary-cta: #2a2928;; - --secondary-cta: #ecebea;; - --accent: #ffffff;; - --background-accent: #ffffff;; + --background: #1a1a1a;; + --card: #000000;; + --foreground: #ffffff;; + --primary-cta: #ff0000;; + --secondary-cta: #1a1a1a;; + --accent: #ff0000;; + --background-accent: #330000;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a67f703..692cc39 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1262,4 +1262,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 3b1e622..393b70a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; @@ -301,4 +301,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}